cnpm安装命令

npm install -g cnpm -registry=https://registry.npm.taobao.org

然后可以使用 cnpm install xxx

配置淘宝镜像 

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

npm install xxx 相当于 cnpm install xxx

原文地址:https://www.cnblogs.com/chz1905/p/11226385.html