永久使用淘宝镜像
npm config set registry https://registry.npm.taobao.org
// 配置后可通过下面方式来验证是否成功
npm config get registry
永久使用淘宝镜像
npm config set registry https://registry.npm.taobao.org
// 配置后可通过下面方式来验证是否成功
npm config get registry
转载于:https://www.cnblogs.com/walle2/p/4884707.html