Skip to content
New issue

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

Error #11974

Open
samurai71 opened this issue Jan 22, 2022 · 1 comment
Open

Error #11974

samurai71 opened this issue Jan 22, 2022 · 1 comment

Comments

@samurai71
Copy link

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:

  • npm uninstall -g create-react-app
  • yarn global remove create-react-app

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

@MichelDiz
Copy link

MichelDiz commented Jan 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants