npm下载速度太慢

因为墙的原因导致下载速度过慢,解决方式就是使用国内镜像

使用淘宝的镜像

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

关闭ssl

npm config set strict-ssl false

posted @ 2016-05-09 11:28  lin_0110  阅读(337)  评论(0)    收藏  举报