nodejs
npm 设置代理
1 | npm config set https_proxy=http:127.0.0.1:1080 |
npm 删除代理
1 | npm config delete proxy |
npm 设置淘宝镜像源
1 | npm config set registry https://registry.npm.taobao.org --global |
1 | npm config set https_proxy=http:127.0.0.1:1080 |
1 | npm config delete proxy |
1 | npm config set registry https://registry.npm.taobao.org --global |