Reputation: 31
I tried installing webpack && webpack-cli
and the installation was successful, but i when i tried installing @webpack-cli/init
i got this error message:
npm ERR! Unexpected end of JSON input while parsing near '...f7d7c27ab73cfaae06c46'
I have searched if this error exits but could not find anything. Please what am i doing wrong?
Upvotes: 0
Views: 108
Reputation: 460
Just clear npm cache npm cache clean --force
that solved my problem
Upvotes: 1