当前位置:   article > 正文

npm install安装慢的解决方法_优化npm每次的install

优化npm每次的install

原因:npm使用的是国外镜像;

解决方法:国外镜像修改为别的镜像


可用 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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/98518
推荐阅读
相关标签
  

闽ICP备14008679号