https://juejin.im/post/5cf495e96fb9a07ef5622025?utm_source=gold_browser_extension
安装报错:There appears to be trouble with your network connection. Retrying…
解决办法:
// 查看代理
1、yarn config list
// 删除代理配置
2、yarn config delete proxy
npm config rm proxy
npm config rm https-proxy
// 安装好后更换淘宝镜像
3、yarn config set registry https://resistry.npm.taobao.org