Skip to main content

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.

0 votes
0 answers
6 views

GPS functionality not working after packaging Electron app with serialport and @serialport/parser-readline

I'm developing an Electron app that uses the serialport and @serialport/parser-readline packages to read GPS data from a USB device. The GPS functionality works perfectly when I run the app in ...
tech leads's user avatar
0 votes
0 answers
28 views

How to read a file from url with Node.js and Electron

How can I read a file with nodejs, even json, from url? My file is on a server. I tried with ftp download but it is very inefficient. Now is working on this, but is very slow for download and running.....
Alexie01's user avatar
  • 141
3 votes
0 answers
31 views

Optimizing Mouse Movement Functionality During Screen Sharing

I am currently developing a screen-sharing application similar to Anydesk or TeamView using Electron, React, NodeJS (signalling sever) and RobotJS (for simulating mouse move events). I have used ...
Dipankar Prasad's user avatar
0 votes
0 answers
15 views

After Electron package .env file variable are not setting up

In my Electron Project I have my env files like this and I have my package.json file like this Issue is in the development when i use npm start .env variable setting up , but when I use npm package:...
Sasanka Weerakoon's user avatar
-3 votes
1 answer
24 views

How to Launch Notepad++ from Angular 18 Project on Button Click?

I'm working on an Angular 18 project and I need to implement a functionality where clicking a button opens Notepad++ software. I tried using the Electron package but didn't achieve the desired result. ...
Harshad Sendhav's user avatar
0 votes
0 answers
8 views

Do I need to sign the code for automatic updates?

I'm using electron-release-server. In the code: const server = 'https://release.%2A%2A%2A%2A%2A%2Aru/' const url = ${server}/update/win64/0.0.0/stable/RELEASES autoUpdater.setFeedURL({ url }) app....
narem's user avatar
  • 3
0 votes
0 answers
15 views

why Electron with electron builder in Laravel not automatically startup self localhost

i configure electron with electron builder , like create main.cjs and config package.json , and then run npm run electron-build , created a stepup.exe and then installed like install (headman-system ...
Mister zana's user avatar
0 votes
0 answers
16 views

#0 does not contain any stream [closed]

ffmpeg exited with code 1: Output #0, mp4, to 'D:\billion-view\video-compilation-electron-app.billionviews\simple_audio\yt-video-best-short-motivational-speech-video-24-hours-1-minute-motivation-2-...
Test Dev's user avatar
-1 votes
0 answers
30 views

How do I check if the webview and the app are not focused [closed]

My app thinks it is not focused while the <webview> is focused. It checks if the app and the webview's IsFocused function returns true I'd like it to work,not do false positives! I tried GPT3, ...
Ashton Drye's user avatar
1 vote
0 answers
12 views

ERR_SSL_CLIENT_AUTH_CERT_NEEDED when sending custom client certificate from Electron

I have been trying to send a certificate (in the form of a .pem file) from Electron to my backend (using gevent) and encountering the following error (node:18946) electron: Failed to load URL: https://...
Keane Dixon Wong's user avatar
0 votes
0 answers
13 views

Electron Forge does not pass specific `arch` for universal Mac builds

We are using ffmpeg-static in our Electron app, and creating a universal mac build via electron-forge and under the hood electron/universal. But only the arm64 ffmpeg binary exists in the final app. ...
Ethan's user avatar
  • 400
0 votes
1 answer
17 views

Cannot Import local MongoDB/Mongoose file in Electron-Vite (Vue) project

I have an Electron project built with Vite, with MongoDB and Mongoose. However, I'm getting an error in my index.js file if I import from from a local file/module. This is my index.js(entry point of ...
Ehe's user avatar
  • 1
0 votes
0 answers
20 views

Electron Store working in dev mode but not in production

I am using Electron Store in Electron Js Project. The app is successfully built. But the electron store is not working in production/build version as I am not able to store the data persistently. What ...
Bibek Chalise's user avatar
0 votes
0 answers
24 views

How to make all new tabs/windows in electron direct to new electron-tabs

I'm currently working on some JavaScript code for a project. My goal is to make Electron open all links that would normally result in "pop-ups" to open in new tabs under the electron-tabs ...
Alex's user avatar
  • 1
0 votes
0 answers
9 views

Can't debug the frontend of Electron/TypeScript/React/Webpack project in VS Code

I am working on Electron/TypeScript/React/Webpack project, this is my launch.json file in VS Code Run and Debug: { "version": "0.2.0", "configurations": [ { ...
Charlie's user avatar

15 30 50 per page
1
2 3 4 5
1032