-
Notifications
You must be signed in to change notification settings - Fork 285
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
node-gyp rebuild error #344
Comments
Same here, tried on |
Same for me |
Is there any resolution to this problem? I'm getting the same error. Here's what I do to produce the problem (starting with an empty directory). npm init The last line produces this error:
Here's what I'm using: And here is my package.json after running the above commands:
Any ideas on what might be going wrong? It appears that at the moment, Electron and Java don't work together. :-( John |
Same here. Willing to help provide anyone with additional information if needed |
This is due to the I am going to try and work on a PR for |
Update: looks like
I use npm-check-updates for this. This came up for me as |
Same here, 6.10.1 works, 7.7.2 fails with this error |
Same here trying to compile it in ARM. |
Hi @calbertts, @dinvlad - I have no relation to this project but I'm in the thread. On node version 7.9.0 I have got this working with this module version 0.8.0:
Put that exact version string in your @calbertts how could I reproduce this? Like, get an ARM VM? |
@jadaradix I was using Raspberry PI, at the end I had to downgrade the NodeJS version, I didn't know there was a version that works with Node 7.9.0. Thanks. It isn't a ARM problem of course, it was about NodeJS. |
0.6.0 throws errors on [building](joeferner/node-java#344 (comment))
* Update java dependency to 0.8.0 0.6.0 throws errors on [building](joeferner/node-java#344 (comment)) * Update package.json
It could be somehow related to #318 and #343 .
The text was updated successfully, but these errors were encountered: