0

I can't fix it no matter what. I have reinstalled node.js probably 8 times. When I google, everyone says run this command npm uninstall -g create-react-app. It didn't get fixed tho. It gives the same problem again and again. I tried npm audit fix --force and every one time it just finds more than 100 vulnerabilities and fixes them again (decreases to 0). I don't know what to do. node.js screenshot

Glauc
  • 67
  • 2
  • 6

1 Answers1

0

I fixed it. After trying many techniques, I somehow got it.

npx --ignore-existing create-react-app
npx create-react-app@latest

That worked for me:

npm uninstall create-react-app
npm update
Glauc
  • 67
  • 2
  • 6