Harish Nishad
Aug 11, 2021

--

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.

To Solve This Error you need to Run this Commands on Terminal:

Solution 1 :

Up-date npm :

npm install -g npm

Install Create React App :

sudo npm install -g create-react-app

Create React App

create-react-app hello-world

Solution 2 :

Now to solve the error write the command in the terminal:

npm uninstall -g create-react-app && npm i -g npm@latest && npm cache clean -f ⚛️

Now create your react app by command: create-react-app my-app

--

--

Harish Nishad

“My name is Harish Nishad and I am a Junior Web Developer. I am an accomplished coder and programmer, and I enjoy using my skills to contribute.