We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx create-react-app end-to-round-react-app Need to install the following packages: create-react-app Ok to proceed? (y)
You are running create-react-app 4.0.3, which is behind the latest release (5.0.0).
create-react-app
We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands:
The latest instructions for creating a new app can be found here: https://create-react-app.dev/docs/getting-started/
I don't have create-react-app installed globally on my MacBook pro however it say that it is please help
The text was updated successfully, but these errors were encountered:
Same here... really weird. Cuz I never used create-react-app in this machine at all.
PS. The "solution" is to install it globally
npm install -g create-react-app
And then
npx create-react-app my-app
Sorry, something went wrong.
No branches or pull requests
npx create-react-app end-to-round-react-app
Need to install the following packages:
create-react-app
Ok to proceed? (y)
You are running
create-react-app
4.0.3, which is behind the latest release (5.0.0).We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands:
The latest instructions for creating a new app can be found here:
https://create-react-app.dev/docs/getting-started/
I don't have create-react-app installed globally on my MacBook pro however it say that it is please help
The text was updated successfully, but these errors were encountered: