Saki's 研究记录

【解决】There appears to be trouble with your network connection.

字数统计: 61阅读时长: 1 min
2023/09/06

问题

服务器出现问题:

1
There appears to be trouble with your network connection. Retrying

原因

yarn 超时

解决办法

1
2
3
4
5
6
#查看代理
yarn config list
#删除代理
yarn config delete proxy
#更换淘宝镜像
yarn config set registry https://registry.npm.taobao.org

以上。

CATALOG
  1. 1. 问题
  2. 2. 原因
  3. 3. 解决办法