0

command prompt picture

Above picture is a screenshot of what is happening while running "create-react-app"

I also tried

  1. updating npm
  2. using npx

I tried most of the things still it doesn't work

It worked once but now it is not working

Community
  • 1
  • 1

1 Answers1

0

I had the same issue. I removed node 64 bit version and reinstalled 32 bit version and it worked. Alternatively you can try npm cache clean and retry generating app

Lasal Sethiya
  • 201
  • 1
  • 4
  • 17