I am unable to install ganache-clie and get the following error
npm ERR! Unexpected end of JSON input while parsing near '...},"dist":{"shasum":"e'
same problem
for me running rm -rf node_modules package-lock.json and npm cache clean --force solved it
Closing as I'm sure @CupCakeArmy's suggestion is the fix for this :)
Thanks!
for me running
rm -rf node_modules package-lock.jsonandnpm cache clean --forcesolved it
I'm solved,Thank your answer.
npm cache clean --force , I run this command to fix my problem
for me running
rm -rf node_modules package-lock.jsonandnpm cache clean --forcesolved it
Thank you! It solved my issue.
for me running
rm -rf node_modules package-lock.jsonandnpm cache clean --forcesolved it
Thank you! It solved my issue.
Most helpful comment
for me running
rm -rf node_modules package-lock.jsonandnpm cache clean --forcesolved it