I am trying to use npx create-react app but i have errors that is shown below:
npm ERR! Unexpected end of Json input w
This worked for me!!
first you need to create the package.json file by npm init then npx create-react-app myapp
first you need to create the package.json file by npm init
npm init
then npx create-react-app myapp
npx create-react-app myapp