码迷,mamicode.com
首页 > 其他好文 > 详细

npm 和 yarn 更改为淘宝镜像

时间:2020-06-15 15:49:57      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:rom   evel   highlight   color   code   eve   tps   淘宝   blog   

查看registry

# npm命令
npm config get registry
# yarn命令
yarn config get registry

修改为淘宝镜像

# npm命令
npm config set registry http://registry.npm.taobao.org/
# yarn命令
yarn config set registry http://registry.npm.taobao.org/

修改为原镜像

# npm命令
npm config set registry http://registry.npmjs.org/
# yarn命令
yarn config set registry http://registry.npmjs.org/

  

参考地址1:https://www.cnblogs.com/lkc9/p/12538914.html
参考地址2:https://developer.aliyun.com/mirror/NPM?from=tnpm

npm 和 yarn 更改为淘宝镜像

标签:rom   evel   highlight   color   code   eve   tps   淘宝   blog   

原文地址:https://www.cnblogs.com/zph666/p/13130978.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!