当前位置:   article > 正文

git nrm 切换镜像_git 查看镜像源

git 查看镜像源

npm install -g cnpm --registry=https://registry.npm.taobao.org
安装淘宝源

1.利用npm 下载nrmsudo npm install -g nrm

2.查看可切换的镜像源nrm ls

  npm ---------- https://registry.npmjs.org/
  yarn --------- https://registry.yarnpkg.com/
  tencent ------ https://mirrors.cloud.tencent.com/npm/
  cnpm --------- https://r.cnpmjs.org/
  taobao ------- https://registry.npmmirror.com/
  npmMirror ---- https://skimdb.npmjs.com/registry/
  youzan ------- http://registry.npm.qima-inc.com/
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

3.切换镜像源(如淘宝):

nrm use taobao

4.直接使用npm 下载包:

npm install ****yarn

5.测试源的下载速度:

nrm test npm

输出:

npm ---- 1547ms

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

闽ICP备14008679号