I am facing a problem with creating a new React app using CRA when I run the following command npx create-react-app my-app
.
- I tried to clear npm cache with this command
npm cache clean --force
- I also tried this command
npm -g uninstall create-react-app
My node version is v14.15.3
and the npm version is 7.10.0
The error which I get is :
Need to install the following packages:
create-react-app
Ok to proceed? (y)