`npx create-react-app` is not working I tried `npm uninstall -g create-react-app` and `npm cache clean --force` but it is still not working.
Here is the error message:
npm ERR! Unexpected end of JSON input while parsing near '..."optional":true}},"fu'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Zee\AppData\Roaming\npm-cache\_logs\2021-10-13T16_22_36_156Z-debug.log
You’ll need to have Node >= 14.0.0 and npm >= 5.6 on your machine. To create a project, run:
npx create-react-app my-app
cd my-app
npm start
node -v
or node --version
npm -v
or npm --version
For more details check the official docs: