facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.52k stars 26.77k forks source link

npx create-react-app - Doesn't working #11722

Closed TharinduUD closed 2 years ago

TharinduUD commented 2 years ago

I have got an error, when trying to install react-app. image

Node version and npm version as per the below. image

Please let me know the solutions for this.

RangerCoder99 commented 2 years ago

Same problem here, on Windows 10 :(

gereedei commented 2 years ago

same probllem, nexjs is fine

TharinduUD commented 2 years ago

Hi @RangerCoder99 @gereedei

I've found this. It's working for me for this. But not sure it will break any other configuration. Simply removed the npm and npm cache from the user/appdata/roamings folder and remove the path from the environment variables. Below link will be show more details. https://www.youtube.com/watch?v=95zwKjgpMcE

Thanks.!