简体   繁体   中英

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. 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

you have configured Yarn to use a proxy or tunnel that should be running on port 80 on your local machine, but isn't.

See yarn config list for relevant options and yarn config delete to get rid of the configuration entry that's causing trouble.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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