NPX Create-React-App My-App не работает
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
npx --ignore-existing create-react-app
npx create-react-app@latest your-project-name
if react is installed globally, run this:
npm uninstall -g create-react-app
then run this:
npx create-react-app {directory name}
npx create-react-app@latest your-project-name --use-npm