直接设置npm的registry到国内淘宝的镜像地址:npm --registry=https://registry.npm.taobao.org 或者 npm config set registry https://registry.npm.taobao.org,可以解决速度问题。
2016-12-05
已采纳回答 / garyn
国为npm的中央库在国外,一般使用npm install的都会比较慢或者直接安装不了,解决办法是使用淘宝的npm镜像:https://npm.taobao.org/
2016-12-03