yarn install 报错“There appears to be trouble with your network connection. Retrying” 处理::
查看当前代理:
yarn config get registryyarn config set registry
修改代理地址:
yarn config set registry https://registry.npm.taobao.org
yarn config set registry https://registry.npm.taobao.org/
yarn config set registry https://registry.npmjs.org/
处理后: