Answer the question
In order to leave comments, you need to log in
How to create react apps now?
I create an application with a command, npx create-react-app my-app
but it gives an error:
You are running `create-react-app`
4.0.0, which is behind the latest release (4.0.1). 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
But I never installed it globally. Even after executing these commands, still the same error.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question