解决npm install安装慢的问题

Posted windok

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决npm install安装慢的问题相关的知识,希望对你有一定的参考价值。

国外镜像会很慢 
可用 get命令查看registry

npm congfig get registry

原版结果为

http://registry.npmjs.org

用set命令换成阿里的镜像就可以了

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

再执行命令

npm install

或者直接执行

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

 

以上是关于解决npm install安装慢的问题的主要内容,如果未能解决你的问题,请参考以下文章

npm install安装进度慢的问题

npm 模块安装机制简介

解决npm安装慢的方法

npm速度过慢的解决方案

解决npm下载慢的问题

解决npm 下载速度慢的问题