0

npm ERR! Unexpected end of JSON input while parsing near '...ersion: OpenPGP.js v3' getting this error while installing create-react-app and abortingenter image description here

Najma Muhammed
  • 224
  • 2
  • 5

1 Answers1

0

I had the same issue, and the answers in this question helped me.

source issue: Error installing reactjs: Error unexpected end of JSON input while parsing near

I just needed to run the following command

npm cache clean --force

Mo Faried
  • 97
  • 6