npx create-react-app não funcionando
npm uninstall -g create-react-app
npm cache clean --force
npm install -g create-react-app
Lucky Lobster
npm uninstall -g create-react-app
npm cache clean --force
npm install -g create-react-app
npm uninstall -g create-react-app && npm i -g npm@latest && npm cache clean -f && npx create-react-app@latest my-app --use-npm
yarn create react-app my-app
cd my-app
yarn set version berry
yarn
yarn start
make sure node is installed in your machine