-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
C++20 or later required ( Electron 32 ) #8465
Comments
Happy to take a look asap but I'll need more details. Is this failing due to a native node module? Can you post back build logs using env var If this is a native node module, please also test building the dependency directly via Under-the-hood in electron-builder v25.x.x, we leverage the official |
yes it fails because of native modules I already switched back to 31 , but the error meesage is in the title. it happens no matter what . I tried |
I got this, in my case it's probably not related to this project, but I think it worth sharing the log. In my case, it also happened when I changed the electron version to 32
|
same error to me |
Additional note, electron-builder uses the official upstream |
the reason is the version of node is too high, you should downgrade the version to v20 brew install node@20 v22 is too higher |
This solved my problem. THX |
32.x
C++20 or later required ( Electron 32 )
There is this issue here .. which the team mention that electron builder is the issue.
electron/electron#43510
The text was updated successfully, but these errors were encountered: