美文网首页
npm,yarn如何查看源和换源

npm,yarn如何查看源和换源

作者: 头发飘逸 | 来源:发表于2020-10-27 10:51 被阅读0次

npm, yarn查看源和换源:

npm config get registry  // 查看npm当前镜像源

npm config set registry https://registry.npm.taobao.org/  // 设置npm镜像源为淘宝镜像

yarn config get registry  // 查看yarn当前镜像源

yarn config set registry https://registry.npm.taobao.org/  // 设置yarn镜像源为淘宝镜像

镜像源地址部分如下:

npm --- https://registry.npmjs.org/

cnpm --- https://r.cnpmjs.org/

taobao --- https://registry.npm.taobao.org/

nj --- https://registry.nodejitsu.com/

rednpm --- https://registry.mirror.cqupt.edu.cn/

npmMirror --- https://skimdb.npmjs.com/registry/

deunpm --- http://registry.enpmjs.org/

相关文章

网友评论

      本文标题:npm,yarn如何查看源和换源

      本文链接:https://www.haomeiwen.com/subject/sygtvktx.html