Visual Studio Code – Unable to build app using electron-builder. Error: gyp failed with exit code: 1
I am working on the Electron app and to build executables, I'm using electron-builder I've the following environment: Electron-Builder Version: ^23.6.0, Node Version: v14.21.1 Electron Version: ^10.1.5 Electron Type (current, beta, nightly): Current Target: Windows I've installed Python 3.11, node-gyp…