标签:conf str reg 理由 tao 原来 mod 方法 恢复
由于npm的registry地址是国外的,速度很慢,所以推荐使用淘宝镜像:https://registry.npm.taobao.org
npm --registry https://registry.npm.taobao.org install <Module Name>
npm config set registry https://registry.npm.taobao.org
恢复原来地址的方法:
npm config set registry https://registry.npmjs.org
npm install -g cnpm --registry=https://registry.npm.taobao.org
标签:conf str reg 理由 tao 原来 mod 方法 恢复
原文地址:https://www.cnblogs.com/minxiang-luo/p/12490652.html