标签:
因为墙的原因导致下载速度过慢,解决方式就是使用国内镜像
使用淘宝的镜像
npm config set registry="http://registry.npm.taobao.org/"
关闭ssl
npm config set strict-ssl false
npm下载速度太慢
原文地址:http://www.cnblogs.com/seekwind/p/5473338.html