
在拉依赖的时候爆出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