thoward/lucene-query-parser.js

not installable using npm

Closed this issue · 1 comments

When trying to install using npm i get the error: npm ERR! Failed to parse package.json data. npm ERR! package.json must be actual JSON, not just JavaScript.

Full:

npm ERR! Failed to parse json
npm ERR! Unexpected token
npm ERR! File: C:\Users\mgt57\AppData\Roaming\npm-cache\lucene-query-parser\1.0.1\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

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i" "--save" "lucene-query-parser"
npm ERR! cwd c:\Development\iris-docs-webapp
npm ERR! node -v v0.10.40
npm ERR! npm -v 1.4.28
npm ERR! file C:\Users\mgt57\AppData\Roaming\npm-cache\lucene-query-parser\1.0.1\package\package.json
npm ERR! code EJSONPARSE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     c:\Development\iris-docs-webapp\npm-debug.log
npm ERR! not ok code 0

This issue must have been transient. I see no problems with the package.json, and it installs via npm fine, AFAICT.

If anyone else encounters this, please re-open the bug report with steps to reproduce.