npm get registry
设成淘宝的
npm config set registry http://registry.npm.taobao.org/
换成原来的
npm config set registry https://registry.npmjs.org/
npm get registry
设成淘宝的
npm config set registry http://registry.npm.taobao.org/
换成原来的
npm config set registry https://registry.npmjs.org/
转载于:https://www.cnblogs.com/quhongxin/p/10865063.html