剑轩

解决yarn install非常慢的问题,解决yarn下载慢的问题

电脑版发表于:2019/9/17 17:21

在国内不管使用npm还是yarn,安装速度都很慢。因为镜像源地址在国外,有墙的存在,导致速度很慢,这里换上淘宝的镜像源,即可加速安装速度。



yarn config get registry   # 查看当前设置的镜像源地址

# -> https://registry.yarnpkg.com

 

可以改成 taobao 的源:

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


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢