-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed at the [email protected] install script 'node-gyp rebuild' #14
Comments
same here on linux ! |
same here on linux .... just not working |
Also getting the same errors, node v0.12.6 on OSX 10.10.5. Here is the full output. Any suggestions on how to proceed would be very welcome!
|
Same error OSX 10.11, node v4.1. |
You need to update java dependency version in package.json. Updating to 0.6 worked. |
I'm getting this still despite changes made to package.json |
On OSX 10.11.4 I had to update the java version in package.json to 0.7.0 |
Works correctly with java version set to 0.7.0 (used fork to install, npm install git+https://github.com/kareem1234/node-stanford-simple-nlp) |
@c4d3r might be worth making a pull request with that fix? |
@euclideansphere Added pull request #18 |
update java dependency version in package.json. Updating to 0.8.0 worked.:) |
Getting lots of these sort of errors errors:
./src/java.h:23:42: error: no type named 'Arguments' in namespace 'v8'; did you mean 'v8::internal::Arguments'?
static v8::Handlev8::Value New(const v8::Arguments& args);
^~~~~~~~~~~~~
v8::internal::Arguments
This is on OSX Yosemite 10.10.4 with node version 0.12.7
Thanks
The text was updated successfully, but these errors were encountered: