error Error: https://registry.yarnpkg.com/adler-32/-/adler-32-1.2.0.tgz: ETIMEDOUT at Timeout._onTimeout (/usr/local/lib/node_modules/yarn/lib/cli.js:141534:19) 是vue yarn install超时问题

一  删除代理

yarn config delete proxy

 

二 设置淘宝镜像

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

 

三 设置超时时间

yarn install --network-timeout 1000000

 

posted @ 2023-12-12 10:56  偷熊计划  阅读(71)  评论(0编辑  收藏  举报