当前位置:   article > 正文

yarn、npm设置淘宝国内镜像

yarn、npm设置淘宝国内镜像

NPM

1. 查询当前镜像

npm get registry 
  • 1

2. 设置为淘宝镜像

npm config set registry https://registry.npm.taobao.org/        (旧地址,不再维护,可以使用)
npm config set registry https://registry.npmmirror.com/         (最新地址)
  • 1
  • 2

3. 设置为官方镜像

npm config set registry https://registry.npmjs.org/
  • 1

YARN(同理)

1. 查询当前镜像

yarn config get registry
  • 1

2. 设置为淘宝镜像

yarn config set registry https://registry.npm.taobao.org/        (旧地址)
yarn config set registry https://registry.npmmirror.com/         (最新地址)
  • 1
  • 2

3. 设置为官方镜像

yarn config set registry https://registry.yarnpkg.com
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/310421
推荐阅读
相关标签
  

闽ICP备14008679号