npm速度过慢的解决方案

有可能因为npm连接的数据源网站太慢.

解决方式:使用淘宝提供的npm数据源

npm config set registry https://registry.npm.taobao.org

npm install cnpm -g

npm install --registry=https://registry.npm.taobao.org

yarn

 

posted @ 2020-09-13 23:54  Deer_Lin  阅读(3040)  评论(0)    收藏  举报