npm error unexpected end of JSON input
1 min readMay 24, 2020
After upgrading jhipster version, when you create a new project (react), you might encounter error like “npm ERR! Unexpected end of JSON input while parsing near ‘…3DrO5CtsUHVCVpaOKTFv1’
Solution
Run following command
$npm cache clean — force