electron-forge Questions

2

I realized that the second electron browser window, does actually opens, but it doesn't render correctly. In /tools/forge/forge.config.js I have two entryPoints for the two windows: entryPoints: [...
Surcingle asked 5/1, 2021 at 15:50

2

Solved

Can somebody please tell me the instructions for using a custom icon, when compiling an electron app (on mac) when using electron-forge package? Using --icon gives me an error: error: unknown opti...
Bromate asked 22/5, 2017 at 21:40

0

I am trying to run the packaged electron app on my local Mac. But get an error message saying Error: Cannot find module ... I think the node_module is not installed. I used electron-forge package t...
Indaba asked 5/5, 2021 at 12:26

1

I have created an app with electron-forge using npx create-electron-app electron --template=webpack. I then did npm install webpack-dev-server In my webpack.renderer.config.js I started to add a de...

5

Solved

Since I used Electron forge webpack plugin, when I execute npm start, it will cause an error after step Compiling Preload Scripts. It says the error is inside Forge. I check it out, it's an error i...
Alejandroalejo asked 22/1, 2021 at 4:46

2

I have an EXE file which is packed and run by Electron. Now I want to unpack the single EXE file (not asar) to study the source code of this app. But how? I have tried to unpack this web desktop a...
Berniecebernier asked 4/6, 2019 at 8:44

2

An unhandled rejection has occurred inside Forge: Error: Cannot make for rpm, the following external binaries need to be installed: rpmbuild at MakerRpm.ensureExternalBinariesExist (/home/chris/r...
Hungry asked 15/12, 2019 at 17:57

2

I use Electron Forge for an Electron app. I also make use of React and TypeScript, and I would also like to use SASS, but my current attempts fail. Apparently SASS already works without adding any ...
Tormentor asked 21/2, 2019 at 18:57

1

Solved

I'm trying to remove or overwrite my notification signature made by electron. here is what i get: I am trying to whether overwrite the signature electron.app.Electron or remove it completely, by k...

3

Solved

im currently trying to build my Electron Application. For that, i am using Electron Forge. Everything works fine when i run npm start, but when i try to build it with npm run make i get the followi...
Mook asked 8/3, 2020 at 17:34

0

I have an Electron Forge application. I've hit a bug in Electron which is marked as resolved in v4.0.1, so I need to upgrade my application to use at least Electron 4.0.1 It seems though, that Ele...
Damask asked 20/1, 2020 at 16:8

1

Solved

I ran this command: yarn add --dev @babel-loader @babel/core @babel/preset-react @babel/preset-typescript typescript ...and got the following error (minus the NPM manifest - see HasteBin link fo...
Oxygen asked 11/1, 2020 at 21:16

0

I am trying to package my app with electron-forge package using the following configuration: "config": { "forge": { "make_targets": { "linux": [ "deb" ], "win32": [ "squirrel" ] }, "elec...
Mccahill asked 24/5, 2017 at 1:24

© 2022 - 2024 — McMap. All rights reserved.