当前位置:   article > 正文

npm install淘宝镜像_npm install 淘宝镜像

npm install 淘宝镜像

npm install(一次不行多试几次)

方法二:(换源)

查看当前源:

npm config get registry
npm使用国内镜像加速的几种方法
在使用npm过程中经常会遇到无法下载包的问题,本人在这里整理了几个npm使用国内镜像加速的方法,希望对大家有所帮助。
原始配置 npm config set registry http://registry.npmjs.org/ , 在发布npm包时,请使用原始配置

一、修改成淘宝镜像源

命令
npm config set registry https://registry.npm.taobao.org
验证命令
npm config get registry
如果返回https://registry.npm.taobao.org,说明镜像配置成功。

二、修改成华为云镜像源

命令
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
验证命令
npm config get registry
如果返回https://mirrors.huaweicloud.com/repository/npm/,说明镜像配置成功。

三、通过使用淘宝cnpm安装

安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
使用cnpm
cnpm install xxx
以上 临时使用方式

npm install --registry=https://registry.npm.taobao.org#换源安装速度也会比较快

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

闽ICP备14008679号