yarn更换淘宝镜像
表白:黑白圣堂血天使,天剑鬼刀阿修罗。
讲解对象:/yarn更换淘宝镜像
作者:融水公子 rsgz
Node.js教程Node.js教程 http://www.rsgz.top/post/110.html这里面说的镜像地址我就等价于仓库地址了。大家理解就好了
1 yarn系列
yarn更换仓库地址:查看当前地址:yarn config get registry 设置淘宝地址:yarn config set registry https://registry.npm.taobao.org 还原地址:yarn config set registry https://registry.yarnpkg.comyarn也有镜像管理工具
安装工具:yarn global add yrm 查看镜像:yrm ls npm -------- https://registry.npmjs.org/ * yarn ------- https://registry.yarnpkg.com/ cnpm ------- http://r.cnpmjs.org/ taobao ----- https://registry.npm.taobao.org/ nj --------- https://registry.nodejitsu.com/ npmMirror -- https://skimdb.npmjs.com/registry/ edunpm ----- http://registry.enpmjs.org/ 使用淘宝镜像:yrm use taobao
2 npm系列
====================================================
npm更换仓库地址:查看当前地址:npm config get registry 设置淘宝地址:npm config set registry https://registry.npm.taobao.org 还原地址:npm config set registry https://registry.npmjs.org/还有更好的办法更换:直接用镜像管理工具来管理
windows用户请注意:如果出现报错,请使用npm.cmd代替npm命令!安装工具:npm install -g nrm 镜像列表:nrm ls npm -------- https://registry.npmjs.org/ * yarn ------- https://registry.yarnpkg.com/ cnpm ------- http://r.cnpmjs.org/ taobao ----- https://registry.npm.taobao.org/ nj --------- https://registry.nodejitsu.com/ npmMirror -- https://skimdb.npmjs.com/registry/ edunpm ----- http://registry.enpmjs.org/ 使用淘宝镜像:nrm use taobao===
公众号:小雪妃谢谢大家的支持!可以点击我的头像,进入我的空间浏览更多文章呢。建议大家360doc[www.360doc.com]注册一个账号登录,里面真的有很多优秀的文章,欢迎大家的到来。
---
赞 (0)