AI-poweredtranslation
This article has been translated by LLM model and revised by the author.
npm proxy cheat sheet
1. registry
cat
cat.sh
npm config get registry
delete
npm config delete registry
set taobao
some.sh
npm config set registry https://registry.npmmirror.com
2. proxy
cat
npm config get proxy
set
npm config set proxy=http://localhost:10809
npm config set https-proxy=http://localhost:10809
delete
npm config delete proxy
npm config delete https-proxy
no prev
next:
Markdown Sample
