Skip to main content

All Questions

0 votes
0 answers
142 views

How to delete (AppData\Roaming\my_app_folder) on uninstall (wix)

I am developing a application using ElectronJS, electronforge I am trying to remove AppData\Roaming\my_app_folder directory during uninstallation. However, I'm encountering some challenges and would ...
jitendra rajput's user avatar
-1 votes
1 answer
308 views

build installer electron app for windows on linux using electron-forge windows squirrel

how can we create installer for electron app for windows on linux (CentOS) using electron forge. when i tried facing below issue wine: Bad EXE format for Z:\tmp\acs-bot\node_modules\electron-...
rb743's user avatar
  • 17
1 vote
1 answer
518 views

How do I stop windows electron app from opening new window when notification is clicked?

I have an electronjs app running on windows. When I click on a windows Notification it always opens a new window for my app. How do I stop this and handle window creation myself? My code, in the main ...
nicholas's user avatar
  • 14.5k
2 votes
1 answer
981 views

How to produce the Electron Packaged App for Windows in Ubuntu Environment using Electron-Forge?

I'm developing in Ubuntu 22.04 Desktop environment. To produce a packaged app for Windows do I need to use a MS Windows environment or can I do it within Ubuntu 22.04 Desktop environment? I ask this, ...
Raphael10's user avatar
  • 2,982
0 votes
2 answers
1k views

Yarn throws an error while trying to build electron app

When I try to create an electron app via yarn create electron-app "my-app", it throws an error saying 'C:\Users\Lincoln' is not recognized as an internal or external command, operable ...
Lincoln Muller's user avatar
1 vote
1 answer
3k views

Electron Forge - Error: EBUSY: resource busy or locked, rmdir 'path'

When running npm run package, I got the following error: An unhandled rejection has occurred inside Forge: [Error: EBUSY: resource busy or locked, rmdir 'D:\Repos\app\out\app-win32-x64'] { errno: -...
Wenfang Du's user avatar
  • 10.5k
2 votes
1 answer
2k views

Elecronjs global keyboard shortcuts not working after make (using electron-forge)

I'm currently working on an application that works like a spotlight search. One of the features is to be able to call the search-bar with a keyboard shortcut (in this case ctrl + D). I'm using ...
ED7's user avatar
  • 41
6 votes
3 answers
9k views

Electron Forge: Error: ENOENT: no such file or directory

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 following ...
Remling's user avatar
  • 211
1 vote
1 answer
818 views

Running Electron with Linux on Windows

I'm trying to get an electron forge app running on my Windows 10 machine via Linux on windows (using the new built-in windows bash functionality). When running electron-forge start I am getting back ...
Jenner Felton's user avatar