Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [electron]

Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript. Electron is based upon Node.js and Chromium.

electron
0 votes
0 answers
9 views

How to delete app data of electron js on uninstall?

I have created project which is store basic userdata , some system configuration on login by app using keytar and sqlite , so i have create build exe using npm command and i have installed it use it ...
Darshit Shah's user avatar
0 votes
0 answers
9 views

Clearing Local Storage folder on Electron reset

I have my Electron application ("electron": "^27.3.11", "electron-updater": "^6.1.8") inside the application the implementation of the updater is such: going ...
eyalewin's user avatar
  • 360
0 votes
0 answers
31 views

Why can't this object be cloned?

The Electron WebView supports a executeJavascript() method which supposedly executes the provided snippet within the render process of the guest content. However, the example provided below fails with ...
J-Cake's user avatar
  • 1,578
0 votes
0 answers
18 views

An unhandled rejection has occurred inside Forge: Error: EACCES: permission denied, scandir

I have an Electron app that I'm trying to package for Flatpak with Electron Forge, but I keep running into this permissions error. I've made sure that the /tmp/electron-packager directory has the ...
Yomen Tohmaz's user avatar
1 vote
0 answers
22 views

Back porting ffmpeg.dll from electron for windows xp by disassembling

I've recently gotten into a really interesting project of having a fully functional (and as futuristic as possible) physical retro gaming machine with windows xp. I had found One Core Api that ...
Oosuke Ren's user avatar
1 vote
0 answers
29 views

Electron Forge + ESM

I've been trying to make a project created via Electron Forge to work with ESM. At this point, ESM is mostly a must, since required libraries are exporting only to ESM and using older libraries is not ...
danikaze's user avatar
  • 1,624
0 votes
0 answers
9 views

Error: spawn winEvents.exe ENOENT occurs in packaged electron app

Uncaught Error: spawn C:\Users\user\Autoclicker\esdeath\out\snowflake-win32-x64\resources\app.asar\node_modules\lepikevents/src/win/winEvents.exe ENOENT at ChildProcess._handle.onexit (node:...
Adapt's user avatar
  • 11
0 votes
0 answers
16 views

Electron window flashes white upon showing despite graceful display

I am trying to display a window with black content inside a BrowserWindow: changeShortcutWindow = new BrowserWindow({ height: 400, width: 600, show: false, // will be displayed upon ready-...
Vojta Böhm's user avatar
0 votes
0 answers
13 views

Extrange problem with URL command line parameters on Electron app

I have discovered that if you pass a URL parameter using the command line to an Electron app, it must be the last one. If this condition is not met then electron fails to load the application and ...
Jesús López's user avatar
0 votes
1 answer
20 views

Electronjs + Sequelize + SQLITE3 + VITE

I can't load extra file in main process. I'm trying to use sequlieze and sqlite3 with electronjs but this error blocking me. How can i fix this? Thank you. Error: Cannot find module './database/models/...
Adrian Caragea's user avatar
0 votes
0 answers
25 views

Why is my electron app showing this error when using API hosted on ngrok?

I built an Electron app just to serve as an interface to send messages to whatsapp. It consumes the API from NodeJS that I made, which uses the Venom Bot system (https://github.com/orkestral/venom). I ...
João's user avatar
  • 3
-8 votes
0 answers
40 views

You need to run the program installed on Windows [closed]

You need to run the program installed on Windows (C:\Program Files\Spark\Spark.exe) in the program window on NodeJS Electron. How to implement it? It is in the window, not separately! const { app, ...
UserAndroidDeveloper's user avatar
0 votes
0 answers
8 views

How to keep ngx-translate translation files next to compiled electron app

I am building an Anguler-Electron App that uses ngx-translate for translation. The translation files are in the default folder assets/i18n. I want the translation files to lay in a language folder ...
Nils's user avatar
  • 459
0 votes
1 answer
23 views

I want to change default electron icon but not able to do that

Here is my package json file cdde. "build": { "linux": { "target": "deb", "category": "Office", "icon": &...
Zech arslan's user avatar
0 votes
0 answers
27 views

Run a backend server upon start in electron app

I have an electron app (created using electron forge) that uses Flask (python) for the backend. I'd like to start the whole application (flask and electron) from electron itself by starting a child ...
Brian Barry's user avatar

15 30 50 per page
1
2 3 4 5
1032