0

Since this morning I am trying to get npm install working again, it is also using a proxy but my credentials havent changed. I upgraded to node v7 and tried this link:

http://stackoverflow.com/questions/30787702/npm-err-registry-error-parsing-json-while-trying-to-install-cordova-for-ionic

When I try npm install I get this error:

[ERROR] npm ERR! registry error parsing json

How do I get npm install working again?

bier hier
  • 20,970
  • 42
  • 97
  • 166

1 Answers1

0

May be temporary npm registry glitch, or corrupted local npm cache.

Run

 [npm cache clean] 

and try again later.

santosh singh
  • 27,666
  • 26
  • 83
  • 129