【Vue3】yarn install警告info There appears to be trouble with your network connection. Retrying... 问题

在拉依赖的时候爆出info There appears to be trouble with your network connection. Retrying...的问题,这句话是说,网络不稳定,在全网中搜索一番后出现各种各样的答案,结果一个都没有用,问题没有解决
在这里插入图片描述

解决方法

其实简单

第一种方法:
将yarn.lock文件删掉,然后执行yarn install就可以

如果又出现pnpm@8.15.9: The engine "node" is incompatible with this module. Expected version ">=16.14". Got "16.13.0"问题,可以执行

yarn config set ignore-engines true

第二种:
跳过这个错误,当然,你也可以直接重新安装node

posted @ 2024-12-31 08:49  fruge365  阅读(24)  评论(0)    收藏  举报  来源