简体   繁体   English

我该如何解决这个创建反应应用程序初始化错误

[英]How do I solve this create react app initialization error

在此处输入图像描述

Hello all I've been having issue creating a react app, keeps showing me that on screenshot above.大家好,我在创建 React 应用程序时遇到问题,在上面的屏幕截图中一直显示。 Tried so many guides found here, not working.尝试了很多在这里找到的指南,但不起作用。 Cleared cache and even uninstalled and reinstalled node still not working.清除缓存,甚至卸载并重新安装节点仍然无法正常工作。

Please what could be the cause请问可能是什么原因

Based on基于

tunneling socket could not be established, ECONNREFUSED 127.0.0.1:80无法建立隧道套接字,ECONNREFUSED 127.0.0.1:80

you have configured Yarn to use a proxy or tunnel that should be running on port 80 on your local machine, but isn't.您已将 Yarn 配置为使用应该在本地计算机上的端口 80 上运行的代理或隧道,但不是。

See yarn config list for relevant options and yarn config delete to get rid of the configuration entry that's causing trouble.相关选项请参见yarn config listyarn config delete以摆脱导致问题的配置条目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM