yarn 错误There appears to be trouble with your network connection. Retrying…
原因:yarn超时
解决途径:
1、安装好后更换淘宝镜像
yarn config set registry https://registry.npm.taobao.org
yarn config delete proxy
npm config rm proxy
npm config rm https-proxy
npm 超时
安装cnpm镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
使用代理registry
npm config set registry https://registry.npm.taobao.org