-
Notifications
You must be signed in to change notification settings - Fork 175
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
error rebuild electron 18.0.0 on Windows #1005
Comments
+1 |
We had the same problem in a build using Node 14 and Visual Studio 2017 (MSBuild 15). Builds using Node 16 and Visual Studio 2022 (MSBuild 17) do not seem to be affected. In our concrete case, we worked around the problem by updating our native dependency to a version that has prebuilt binaries for Electron 18. |
Same trouble
|
+1 |
Looks like it works now, dont know what changed, anybody still experience issue? |
Might have been fixed by electron/electron#34109 I will try tomorrow and see if I can still reproduce it in my project. |
Works again for me too 🚀 |
I try to But it is work in VS2019, so I guess it maybe relate with VS version |
On Mac,
electron-rebuild -v 18.0.0
is OK.On Windows,
electron-rebuild -v 17.0.0
will success, butelectron-rebuild -v 18.0.0
will get errors:Why and how to resolve it ?
The text was updated successfully, but these errors were encountered: