-
Notifications
You must be signed in to change notification settings - Fork 505
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
v2.13.0 broke electron-rebuild #839
Comments
Seems this is caused by electron is using NODE_MODULE_VERSION 69 now which lets NAN think that it's newer then Node.JS 11 which uses 67 but actually electron 4.0.5 is more like Node.JS 10. Looks like it's no longer true that a higher NODE_MODULE_VERSION indicates a newer release. There are a lot checks like Refs: electron/node@8bc5d17 |
see #840 |
I had this issue as well on MacOS using Electron 4.0.4. My temporary workaround is to pin |
Latest release has broken our build process.
node -v v8.15.0
node-gyp -v v3.8.0
On Windows - https://ci.appveyor.com/project/etcdevteam/emerald-wallet/builds/23066344
On Mac OSX - https://circleci.com/gh/ETCDEVTeam/emerald-wallet/884?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Thank you for assistance.
The text was updated successfully, but these errors were encountered: