bower / decompress-zip

Module that decompresses zip files
MIT License
102 stars 76 forks source link

issue when installing #18

Closed ilanbiala closed 10 years ago

ilanbiala commented 10 years ago

npm ERR! Failed to parse json npm ERR! Unexpected end of input npm ERR! File: /Users/Ilan/.npm/decompress-zip/0.0.4/package/package.json npm ERR! Failed to parse package.json data. npm ERR! package.json must be actual JSON, not just JavaScript. npm ERR! npm ERR! This is not a bug in npm. npm ERR! Tell the package author to fix their package.json file. JSON.parse

wibblymat commented 10 years ago

Hmm, installs absolutely fine here, and the package.json is perfectly valid. I wonder if there was an error in downloading?

Try npm cache clean and then install again.

ilanbiala commented 10 years ago

I tried that, I still had to go to the package and manually replace the package.json for anything to work. Not sure what's wrong exactly...

sindresorhus commented 10 years ago

Latest installs fine for me. Open an issue on npm if you're still having issues.

ilanbiala commented 10 years ago

Yeah I don't think that I have had this issue recently.