永久更改npm源

npm config set registry https://registry.npm.taobao.org

临时使用npm源

npm --registry https://registry.npm.taobao.org install express

安装cnpm

npm install -g cnpm --registry=https://registry.npmmirror.com

相关文章: