美文网首页
NPM 改Registry

NPM 改Registry

作者: winzhyming | 来源:发表于2016-11-09 09:46 被阅读0次

淘宝npm镜像

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

cnpmjs镜像

https://r.cnpmjs.org/


1.临时使用

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

2.永久使用

npm config set registry https://registry.npm.taobao.org

npm config get registry 或者 npm info express

3.cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

相关文章

网友评论

      本文标题:NPM 改Registry

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