设置 npm 源为淘宝镜像

淘宝 npm 网址

https://npm.taobao.org/

修改

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

还原

npm config set registry https://registry.npmjs.org/
原文地址:https://www.cnblogs.com/weblff/p/14989169.html