Skip to content
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

fix: electron v28 build failure due to setAcessor not having compatible signature #982

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JCMais
Copy link

@JCMais JCMais commented Dec 10, 2024

Possible fix for the issue reported on this closed issue: #936

This was probably introduced by #966

Let me know if there is a better way to fix this! This seems to be working for Electron v28, but I did not run the remaining tests I have.

@kapouer
Copy link

kapouer commented Dec 11, 2024

Note that this issue is also reproducible with nodejs 22.12.0.

@JCMais
Copy link
Author

JCMais commented Dec 12, 2024

Note that this issue is also reproducible with nodejs 22.12.0.

hmmm, in that case maybe we should use the v8 version itself in the directive?

ThatsJustCheesy added a commit to GetOvert/Overt that referenced this pull request Dec 26, 2024
Building node-pty on Electron 28 is broken due to an issue in dependency nodejs/nan:
nodejs/nan#982
so we'll just bypass Electron 28.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants