npm 修改源地址

修改源地址为淘宝 NPM 镜像

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

修改源地址为官方源

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

使用淘宝定制的 cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install [name]
 
原文地址:https://www.cnblogs.com/gouge/p/7091061.html