解决npm install安装慢的问题
查看registry
npm congfig get registry
返回的镜像地址
http://registry.npmjs.org
换成国内镜像
npm config set registry https://registry.npm.taobao.org
npm install
查看registry
npm congfig get registry
返回的镜像地址
http://registry.npmjs.org
换成国内镜像
npm config set registry https://registry.npm.taobao.org
npm install