-
Notifications
You must be signed in to change notification settings - Fork 286
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
Building with Electron 13 does not work on Windows #782
Comments
I would be willing to merge a fix for this, but none of the core devs are Windows developers which would make this difficult. However, Neon with the Since the I'm happy to chat in our Slack channel about possible fixes, but I most likely won't have chance to work on it myself. A couple possible solutions:
|
Oh I was totally unaware that we were still using the legacy backend. I assumed that since we were updated that it would be backed by the |
@andiliu-gh Let me know! We chose not to change the default backend on existing projects since it would needlessly cause breaking changes. We may add a compiler warning in the future (or default to no backend). Instead, new projects will default to the There are a bunch of breaking changes between the backends. The migration guide may be helpful. |
…use Buffer to get the contents of an ArrayBuffer Fixes #782
@andiliu-gh I still highly suggest switching to the |
…use Buffer to get the contents of an ArrayBuffer Fixes #782
…use Buffer to get the contents of an ArrayBuffer Fixes #782
It seems as if building with Electron 13 is broken on Windows due to this: electron/electron#29893
Error from neon:
I think it's cause neon uses nan or that it builds with msvc...? So the header signature is mismatched. The Electron issue link above mentions building with libc++ to avoid this issue or to replace nan.h w N-API?
The text was updated successfully, but these errors were encountered: