yarn list 出现npm(yarn): There appears to be trouble with your network connection.

182 阅读1分钟

问题:代理出现问题

解决:删除代理   

yarn config delete proxy

npm config rm proxy

npm config rm https-proxy