hiteshjoshi / node-stanford-corenlp

A simple node.js wrapper for Stanford CoreNLP.
Other
75 stars 35 forks source link

Install node-java@0.5.5 fails on `node-gyp rebuild` #17

Closed BrianHubble closed 8 years ago

BrianHubble commented 8 years ago

I'm on OSX 10.11 and trying to install, however, whenever I try to do so, it tries to install node-java 0.5.5 as a dependency which fails (gives me node-gyp errors).

The package.json gives "java": "^0.6.0" as a dependency so I'm not sure why it would be failing.