-
I’m having an issue where I’m getting a TypeError: fs.existsSync is not a function error when my React App loads. …
- 213 views
- 2 answers
- 13 votes
-
I am trying to write to a CSV-file from my electron renderer.js process. Unfortunately, most of the time the writing …
- 44 views
- 0 answers
- 0 votes
-
I have a basic Electron app doing nothing special, based on sample starter projects. For my main window, I am …
- 41 views
- 0 answers
- 0 votes
-
I wanted to make an electron app that calls a python script in the background. Now I have the problem …
- 49 views
- 1 answers
- 0 votes
-
I’m working in a project based in electron, node.js, javascript and react. I’m trying to run some steps with each …
- 40 views
- 2 answers
- 0 votes
-
I have a problem with the Electron notification API. I always got the notification but very often the click event …
- 0 views
- 0 answers
- 0 votes
-
I recently used this 4-year old comment to properly kill Node child_processes that I fork in the ElectronJS Renderer thread. …
- 39 views
- 0 answers
- 0 votes
-
Basically I have built an Electron App like Terminal what I want in that terminal is to show a dialog …
- 43 views
- 0 answers
- 0 votes
-
I’ve aliased electron 8 and electron 9 and have them both in the package’s package.json devDependencies (like "devDependencies: {"electron8": "npm:[email protected]", …
- 45 views
- 0 answers
- 0 votes