yarn报错error An unexpected error occurred: "https://registry.yarnpkg.com...connect ETIMEDOUT...


在使用yarn安装依赖包时报错,提示信息:error An unexpected error occurred: "https://registry.yarnpkg.com/killable/-/killable-1.0.0.tgz: connect ETIMEDOUT 104.16.19.35:443"
这是由于资源地址请求超时造成的,更换一下请求地址即可。

解决方案:

运行命令,把资源地址设置成npm淘宝源

npm config set registry https://registry.npm.taobao.org
npm config set disturl https://npm.taobao.org/dist
1
2
附带问题:node-sass缓慢

原因:代理出现了问题,删除之即可

解决方案:

npm config rm proxy 
npm config rm https-proxy
1
2
删除之后一切ok

对node-sass镜像源进行设置

yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
1

npm config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
1
点赞 5
————————————————
版权声明:本文为CSDN博主「Amber_Chen」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/pznavbypte/article/details/90710878

 

https://blog.csdn.net/pznavbypte/article/details/90710878

  • 5
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值