-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Description
-
Build fails with
Error: Could not find any Visual Studio installation to use -
Visual Studio Community 2026 with c++ desktop development is installed
-
The reason it fails:
On/node_modules/@electron/rebuild/node_modules/node-gyp/lib/find-visualstudio.js
async findVisualStudio2019OrNewerFromSpecifiedLocation () {
return this.findVSFromSpecifiedLocation([2019, 2022])
// Should be: [2019, 2022, 2026]
}
- It's already fixed on node-gyp v12.1.0, but the current version on package.json is v11.2.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels