-
Notifications
You must be signed in to change notification settings - Fork 90
remotecontrol: Move to context-aware robotjs fork for electron 14+ #135
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
Conversation
ae63bbd to
950a0c3
Compare
|
LGTM, minue the downgrade in package-lock |
|
Agree, the downgrade was due to the #130 not being merged… will redo package-lock update later. |
950a0c3 to
ade4188
Compare
|
Now with npm8, please review |
saghul
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's hope the failure was a fluke, I retried the job.
|
I am also locally checking if I can reproduce it in a win10 VM... To me the build failure looks reproducible, and the strange thing is that with npm6 and node12 it was working, and on all other platforms its also working... |
b0a8c02 to
22f3c19
Compare
eba941a to
368fcde
Compare
|
I finally found and fixed the error: prebuild has a dependency on node-gyp, which was then too old and failing with the non-descript erros. Updating prebuild (in the robotjs fork) helped. |
|
Wonderful! |
Will be reverted as soon as octalmage/robotjs#696
is merged upstream.