I am trying to execute bash script within Electron index.html button click. Here's my code which index.html calling renderer.js, and renderer.js opens the bash
My error = ReferenceError: document is not defined document.getElementsByClassName("text_status").innerHTML = 'hello' I am trying to change the text of an elem
{ "name": "electron-js", "version": "0.0.0", "description": "ElectronJs", "main": "app.js", "scripts": { "start": "electron ." }, "author": { "name": "Ralph" },
I'm trying to update my electron app on windows with electron-updater. It all works except when the updater is running, it first asks the users where does he wa
I am new to electron and other front-end technologies. I am trying to implement a desktop app using electron. In this app on clicking a button "Run Playwright"
Been getting this error every time I start up my electron app. electron/js2c/renderer_init.js:91 Unable to load preload script: C:\Users\Desktop\Projects\Electr
I am exploring electron for the past week and I come across a question about how can I create a costume menu in Electron just like VSCode does have it. Just lik
I am developing an Electron js application and new in data table. i have added print and export option on my script. unfortunately blank popup screen showing wh
I am recording screen capture of my Electron app to a file, as suggested here: Save captured video to file in Electron It works great, but the file is a “
I'm trying to run ElectronJS app to Buildroot-based Operating System for a vehicle instrument. The SBC is Raspberry Pi 4B and target packages are included based
I was building with electron forge and then it gave me this error in my terminal. An unhandled rejection has occurred inside Forge: Error: packageJSON.
So I am using request module in a simple script I wrote. I sent a POST request to a website and I receive the correct status code (201), but if I run the script
I am creating an Electron application, and per the Electron security tutorial I have added a CSP meta tag. When running the application, this issue appears in d
I am currently creating an Electron app in which I would like to use react leaflet's maps functionality. This requires the use of external url's which throws CS
Research online says I need to pass the parent to the dialog to prevent this message from showing up. But passing my mainWindow (from main.js) doesn't fix this.
I'm working on a project built on Electron. We've set up for differential updates through electron-builder (with nsis-web, and a separate differential updater b
Im new to Electron.js and im trying to disable the Maximize button, i know its possible but i don't know how to do it. I tried frame: false but its not working
In a node/electron application, used node-notifier to show notification, working great. Then, added buttons 'ok' and 'cancel', and their respective callback fun
Solved -- Official Electron bug solved in 17.0.2 I'm trying to write a cross-platform app that utilizes child processes to execute commands. I ran into a proble
UPDATE: index.js file content added. I have this electron app that is executing some bash scrips(*.sh) files to perform some task. Everything is working absolut