Help! I have no idea what is going on here, create react app is not working I have also tried reinstalling and yet to no avail, please help!
Npm version: 5
In my case, "create-react-app" was not installed. to install run this command
npm install -g create-react-app
Once installation successful, try running
npx create-react-app hello-world
If this works for you. Great else comment what worked for you,
I also experienced the same problem and SOLVED IT. This is what I did.
I finally got it to work. An anti-virus in my system was causing it not to work property. I unistalled it and it's working as expected.