赞
踩
原因:npm使用的是国外镜像;
解决方法:国外镜像修改为别的镜像
可用 get命令查看registry
npm congfig get registry
原版结果为:
http://registry.npmjs.org
用set命令换成阿里的镜像就可以了:
npm config set registry https://registry.npm.taobao.org
再执行命令
npm install
或者直接执行
npm install --registry=https://registry.npm.taobao.org
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。