- Run :
npx install create-react-app nameOfYourFolder
instead ofnpminstall create-react-app nameOfYourFolder
(npx comes with npm 5.2+and higher) - Then :
cd nameOfYourFolder
- Then run :
npm start
You can find more in React documentation here
npx install create-react-app nameOfYourFolder
instead of npminstall create-react-app nameOfYourFolder
(npx comes with npm 5.2+and higher)cd nameOfYourFolder
npm start
You can find more in React documentation here