-
Notifications
You must be signed in to change notification settings - Fork 964
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
win / node v12 / rebuild error #475
Comments
I'm receiving the same error output when trying to build for Electron 5.0.0 Node: 12.1.0 |
anyone figured out how to fix this? |
I believe this is caused by previously depreciated functions being removed from the version of v8 that Node12 uses. Basically they'll need to update robotjs.cc in order to fix this. In the mean time, Node11 should still work. |
but doesn't electron 5 need node 12? or will it still work with 11? |
Correct, you'd have to use Electron 4.2.0 |
A new version of robotjs supporting the latest NodeJS version will be published soon. |
|
The text was updated successfully, but these errors were encountered: