将 Npm 的源替换成淘宝的源

修改源地址为淘宝 NPM 镜像

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

修改源地址为官方源

npm config set registry https://registry.npmjs.org/
原文地址:https://www.cnblogs.com/lab-zj/p/12341296.html