I am using the command npx create-react-app React-app
, but it shows me the following error.
You are running `create-react-app` 4.0.1, which is behind the latest release (5.0.1).
We no longer support global installation of Create React App.
I tried npx create-react-app@5.0.1 React-app
, but it didnt work as well.
I have updated versions of npm and node.