There appears to be trouble with your network connection.Retrying解决vue新建项目网络报错问题

622 阅读1分钟

问题描述:使用 vue create demo创建项目的时候,Mac book pro一直报错,There appears to be trouble with your network connection. Retrying..,网络其实是没问题的,试了很多方法,只有此法靠谱

原因:yarn超时

解决方法:
        1. 查看代理
          
      • yarn config list
        1. 删除代理
          
      • yarn config delete proxy
      • 3.更换淘宝镜像
完美解决,运行完之后终端6到飞起,其他什么npm 改镜像源之类的要么无效,要么只生效一次,只有这个真的管用