1.设置淘宝镜像
npm config set registry http://registry.npm.taobao.org/
还原npm镜像
npm config set registry https://registry.npmjs.org/
常用指令集合
原文:https://www.cnblogs.com/lv77/p/14855812.html