当前位置:   article > 正文

npm镜像指定用淘宝镜像去下载

npm 单次淘宝镜像下载

使用npm下载,蜗牛,使用cnpm又觉得那啥,所以。把cnpm也就是淘宝镜像绑定成npm下载的代理,这样使用npm的时候其实是用淘宝镜像去下载,这感觉,good!

1. npm config set registry http://registry.npm.taobao.org/

检查一下:npm get registry 

  >http://registry.npm.taobao.org/

大功告成!

如果有一天你出差到了外国,想换回来肿么办?

2. npm config set registry https://registry.npmjs.org/

检查一下:npm get registry 

  >https://registry.npmjs.org/

转载于:https://www.cnblogs.com/webSong/p/11039589.html

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

闽ICP备14008679号