When faced with npm ERR! Unexpected end of JSON input while parsing near ...... solution

Sometimes you encounter the following error when you run npm install:

npm ERR! Unexpected end of JSON input while parsing near ...

Then you can first execute the following command:

npm cache clean --force

And then perform npm install it

Guess you like

Origin www.cnblogs.com/chenqiang001/p/11183854.html