-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
Seems electron-builder, through @electron/rebuild
installs node-gyp
version v10.2.0-electron.1 and this version fails to build native node modules with error
/LTCG:INCREMENTAL: no such file or directory
. See electron/electron#47613 for the complete problem. No problems with the globally installed latest version of node-gyp (11.4.2).
Seems the solution is to update the @electron/rebuild
package from the current version 3.7.0 to 4.0.1. This package is a dependency of app-builder-lib
used by electron-builder.
Could you update these dependencies so to update at the end the node-gyp package? Thanks!
electron-builder 26.0.12 on Windows 11
Metadata
Metadata
Assignees
Labels
No labels