设置 npm 源为淘宝镜像

修改

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

还原

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