node-java
node-java copied to clipboard
Trying to rebuild with electron - V8 header errors
Platform Windows 7 node-java 0.7.2 electron 1.4.2
using --dist-url to get electron versions of headers
node-gyp rebuild --target=1.4.2 --arch=x64 --dist-url=https://atom.io/download/atom-shell
..\src\utils.cpp(647): error C2039: 'SetHiddenValue': is not a member of 'v8::N umberObject' [C:\excel-converter\node_modules\java\build\nodejavabridge_binding s.vcxproj]
Clearly incompatible - the code's looking for something that's not there. Two choices:
- node-java shouldn't be looking
- electron's V8 should have it
but which is it?