info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... error An unexpected error occurred: "https://registry.npmjs.org/eslint-plugin-react: tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:1087".
问题是代理连接不上,可通过一下命令查看代理情况:
1
yarn config list
修改代理为正确的即可,也可以使用淘宝镜像源解决
1 2
yarn config set proxy http://username:password@server:port yarn config set https-proxy http://username:password@server:port