Trying to use a lib but getting this error...
npm ERR! JSON.parse Failed to parse package.json data.
npm ERR! JSON.parse Note that package.json must be actual JSON, not
npm ERR! JSON.parse just a JavaScript object.
npm ERR! JSON.parse
npm ERR! JSON.parse This changed in npm 0.3.0, and is not a bug in npm.
npm ERR! JSON.parse Tell the package author to fix their package.json file.
Not sure what changes are likely needed to make it valid JSON, thanks very much!
Super cool way to fix / validate the package.json :
node package.json
and you have your json validated or the error line.
Why use jsonlint, sounds pretty lame.
Just to complete the answer, you can simply use an online JSON validator to validate your package.json
.
I highly recommend http://jsonlint.com/, paste your package.json
in the textarea and click on the Validate button, that's all!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With