npx create-react-app my-app not working
npm uninstall -g create-react-app
npm cache clean --force
npm install -g create-react-app
npx create-react-app my-app not working
npm uninstall -g create-react-app
npm cache clean --force
npm install -g create-react-app
A template was not provided. This is likely because you're using an outdated version of create-react-app. Please note that global installs of create-react-app are no longer supported.
npx --ignore-existing create-react-app
create react app not creating template
if react is installed globally, run this:
npm uninstall -g create-react-app
then run this:
npx create-react-app {directory name}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us