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

yarn npm 镜像切换

时间:2020-04-26 10:38:16      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:set   nbsp   taobao   str   pkg   tps   class   style   bsp   

NPM

查询当前镜像

npm get registry 

设置为淘宝镜像

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

设置为官方镜像

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

Yarn

查询当前镜像

yarn config get registry

设置为淘宝镜像

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

设置为官方镜像

yarn config set registry https://registry.yarnpkg.com

 

yarn npm 镜像切换

标签:set   nbsp   taobao   str   pkg   tps   class   style   bsp   

原文地址:https://www.cnblogs.com/zjhblogs/p/12777360.html

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