美文网首页
Npm、Yarn指定镜像源安装

Npm、Yarn指定镜像源安装

作者: zhangyugehu | 来源:发表于2019-05-22 21:32 被阅读0次

默认安装源

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/

指定安装源安装包

yarn add xxx@latest --registry=https://registry.npmjs.org/ 

相关文章

网友评论

      本文标题:Npm、Yarn指定镜像源安装

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