You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe
failed with exit code: 1
at ChildProcess. (.....\my-electron-app2\node_modules@elect
ron\node-gyp\lib\build.js:215:23)
at ChildProcess.emit (node:events:518:28)
at ChildProcess._handle.onexit (node:internal/child_process:293:12)
An unhandled rejection has occurred inside Forge:
Error: node-gyp failed to rebuild '.....\my-electron-app2\node_modules\electron-edge-js'
at ChildProcess. (......\my-electron-app2\node_modules@electron\rebuild\lib\module-type\node-gyp\node-gyp.js:121:24)
at ChildProcess.emit (node:events:518:28)
at ChildProcess._handle.onexit (node:internal/child_process:293:12)
`
Any hints how to get rid of the error?
The text was updated successfully, but these errors were encountered:
Hi,
I tried a basic setup with an electron app and it doesn't start:
`$ electron-forge start
√ Checking your system
√ Locating application
√ Loading configuration
× Preparing native dependencies: 0 / 1
› node-gyp failed to rebuild
'.......my-electron-app2\node_modules\electron-edge-js'
■ Running generateAssets hook
■ Running preStart hook
...lots of lines...
Error:
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe
failed with exit code: 1
at ChildProcess. (.....\my-electron-app2\node_modules@elect
ron\node-gyp\lib\build.js:215:23)
at ChildProcess.emit (node:events:518:28)
at ChildProcess._handle.onexit (node:internal/child_process:293:12)
An unhandled rejection has occurred inside Forge:
Error: node-gyp failed to rebuild '.....\my-electron-app2\node_modules\electron-edge-js'
at ChildProcess. (......\my-electron-app2\node_modules@electron\rebuild\lib\module-type\node-gyp\node-gyp.js:121:24)
at ChildProcess.emit (node:events:518:28)
at ChildProcess._handle.onexit (node:internal/child_process:293:12)
`
Any hints how to get rid of the error?
The text was updated successfully, but these errors were encountered: