mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Error: Cannot find module 'app-builder-bin' during project build #914
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VladHardAndSoftWare on GitHub (Sep 12, 2023).
I have not issue with starting the application (
electronize start). But when I want build Electron app (electronize build /target win) I got this error:I install app-builder-bin in project (
npm install app-builder-bin@latest) and I see depends inpackage.jsonfile:My config:
@VladHardAndSoftWare commented on GitHub (Sep 12, 2023):
I solve this issue. I update Elctron version for last version (
npm install electron-builder@latest --save-dev) and it build exe file.