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
npm uninstall -g create-react-app npx create-react-app my-app
You don't need to install the create-react-app package globally. 'npx' is already installing with the latest version.
Quick start