Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
29 views

Try to open a HTML file that resides inside the packaged app app.asar file. The file is there but Windows complains that cannot find the file. The pieces of the puzzle are: inside the win-unpacked\...
SiliconValley's user avatar
-1 votes
0 answers
70 views

I am creating a button that is clickable but doesn't bring the app to the foreground. To achieve this I implemented the button as a separate BrowserWindow with focusable: false and its parent set to ...
Sudhanshu Tiwari's user avatar
-1 votes
0 answers
60 views

i am programming an app with vite, svelte@4, electron and electron-builder. if i run electron ./start-electron.js the logo is shown, but after many days of trial and error i still don't get it in the ...
Thronella's user avatar
  • 109
0 votes
0 answers
81 views

I have the below build script: "build": { "appId": "com.yourcompany.gamelauncher", "productName": "My Game", "directories": { ...
MinhSu - Justin's user avatar
1 vote
0 answers
37 views

Environment Electron: 25.x (tested) electron-builder / electron-updater: tested with electron-builder 23.x / electron-updater (versions may vary) macOS: 13.x Ventura Relevant code (main process/...
Dhilip Kumar's user avatar
1 vote
0 answers
154 views

I don't know why I have this error when trying to make dist from fedora with rpm and I have everything about rpm that says it is not there and nothing works, I will leave the package.json and the ...
Frederic Jasmin's user avatar
3 votes
2 answers
168 views

I have written a simple Electron Project with Claude integration. Idea here is to use Claude-code npm package to access terminal and make the query to claude to get the required results and display it ...
Abhijith Nagaraja's user avatar
0 votes
0 answers
44 views

i have a challenge since 3 days and even chatGpt couldn't resolve my issue :) I have a react/capacitor/electron app packaged with vite to build. Everything ok for capacitor and Mac/Linux Electron. But ...
Sébastien Philippe's user avatar
3 votes
2 answers
561 views

I was trying to use electron-builder to build my app, and I get an error. It worked a month ago and I didn't change anything in the package.json file, but now it doesn't work. The app does work when I ...
Rick Sanchez's user avatar
0 votes
0 answers
32 views

I have my Azure pipeline generating a .exe installer file to be downloaded by user when clicking a download button in web application. The user will be able to install the electron application through ...
Lucas Raphael's user avatar
0 votes
0 answers
49 views

I am trying to change app icon for my exe file, attaching my electron-builder.yml file, the build is successful but my exe file icon does not change, it is 256x256 size and icon file, but does not ...
SWIK's user avatar
  • 910
0 votes
0 answers
90 views

This is probably a rookie error, so bear with me please. I have a built an app for ARM Mac that works when building it without explicitly signing it as well as in dev mode. When successfully signing ...
user29929705's user avatar
3 votes
0 answers
363 views

I am having hard time setting up a custom app icon to my electron app running on Windows. And i've looked up different posts but none of them solves my question. I am using Electron-Vite to create the ...
Cody Gao's user avatar
1 vote
0 answers
102 views

I’m building an Electron app using the following stack: Webpack, TypeScript and React. I manually build the app using: npx webpack --config webpack.main.config.ts npx webpack --config webpack.renderer....
Mr T's user avatar
  • 123
0 votes
0 answers
102 views

I am building a POS system in Electron JS 35.0.1 and Angular 19. I have installed electron-pos-printer 1.3.6. The printer is triggered by a websocket notification from my backend. Currently the ...
Mohid's user avatar
  • 133
1 vote
0 answers
96 views

I am trying to build my app into a mas file using electron on vscode so that I can share it to the app store. I have bought the dev membership, have certificates setup, have key on my keychain. So I ...
Sushant Gupta's user avatar
0 votes
0 answers
37 views

so im trying to implement transparent window with Electron, which should be un-interactable, except of one item, it can be some input or button etc... So currently, im disabling frame and saying that ...
falcon's user avatar
  • 151
0 votes
0 answers
55 views

Im building an Electron App with Vite that uses Axios. It seems that Axios requires a dynamically imported package called form-data. When running my built .exe portable after Ive built it I get the ...
JSArrakis's user avatar
  • 809
1 vote
0 answers
13 views

i have a problem to connect with server when using electron builder so i guess the electron cant find the server file server.js in the root there is client server folders and main.js package.json main....
AnasEll's user avatar
  • 11
0 votes
0 answers
79 views

After I used Electron and electron-builder to package the application and uploaded it to transporter, four warnings related to the application Helper appeared as follows. "Cannot be used with ...
mengchao cui's user avatar
0 votes
0 answers
17 views

I created a web application using vue-cli and packaged it into a Windows application using Electron. To enable local content updates by modifying configuration files in the installation directory and ...
Stan Stan's user avatar
-1 votes
1 answer
337 views

error message I have tried electron js production build in linux it is working fine but when creating build in production it is giveing me error, It was stopping suddenly and giving error, for this i ...
Rohit Kumar's user avatar
0 votes
0 answers
28 views

Earlier we used the electron-push-receiver NPM package, Now these https://fcm.googleapis.com/fcm/connect/subscribe we are getting a 404 Error. index.js file source const uuidv4 = require('uuid/v4'); ...
C Theja Varaprasad's user avatar
0 votes
0 answers
88 views

Checked app.asar contents I verified that build/index.html and other necessary files exist inside app.asar, meaning they are correctly included in the package. ✅ 2. Modified electron.js to correctly ...
Aldo Cuauhtémoc Ríos Pruneda's user avatar
0 votes
0 answers
45 views

I am trying to publish my Electron app to GitHub using electron-builder, but I keep getting this error: Error: GitHub Personal Access Token ("ghp_xxxxxxxxx npm run build") contains invalid ...
Rutuja Shinde's user avatar
0 votes
0 answers
49 views

I've created an Angular app in Electron and everything has been working great until now. For security reasons, I've disabled the Electron fuse grantFileProtocolExtraPrivileges which means I can no ...
JulieMarie's user avatar
0 votes
0 answers
60 views

I am creating a react / electron desktop app for mac/windows/linux. When I run my electron-builder command npm run build it creates the dist/ folder containing my windows builds. It creates windows ...
Martin's user avatar
  • 1,582
0 votes
0 answers
53 views

I tried using a webview in a an Electron app to implement a simple browser here's the index.html for that <!DOCTYPE html> <html lang="en"> <head> <meta charset="...
Abdussamad's user avatar
1 vote
1 answer
328 views

I am working on an Electron application with a specific layout requirement and encountering issues with unwanted scrollbars. I need the header, footer, and navigation sidebar to remain fixed in ...
mcExchange's user avatar
  • 6,585
-1 votes
1 answer
137 views

Electron version 30 Using Electron builder (25.0.0-alpha.9) At the time of installation, I want my app to get registered for handling the 'tel' protocol. My application should be listed in the ...
Shivangi Deshpande's user avatar
0 votes
0 answers
84 views

I've figured out how to install a windows service that manages a server (server.exe) when the user install the app via the ElectronBuilder.exe created when I package the app. However, the Windows ...
westernAIBot's user avatar
0 votes
0 answers
289 views

I'm developing an Electron application that bundles a Node.js server to serve a Vite-built React application. The goal is for the application to be self-contained and work correctly on systems that ...
John Bent's user avatar
1 vote
0 answers
127 views

I am trying to install the canvas library in my Electron project but have been unable to do so. Environment Details: Node.js Version: 18.13.0 (using NVM) OS: macOS (ARM64) Electron: (Add Electron ...
Mukul Rawat's user avatar
0 votes
0 answers
23 views

I build my application with Electron-builder. On Linux I need to ship a .so file used by the .node library, but the file is nowhere inside the app.asar file. On Windows I do the same for a .dll file ...
SiliconValley's user avatar
0 votes
0 answers
23 views

The following code is used to load my application. When the URL is accessed, an API call is made that attempts to set cookies, such as session_id. On macOS (DARWIN), Electron creates a cookies file to ...
pareshm's user avatar
  • 5,044
0 votes
0 answers
26 views

I'm testing with electron, it's the first time I've used it to package a desktop application. My application is composed of a frontend made in React and the backend in flask. My flask application was ...
Benjamin Sosa's user avatar
0 votes
0 answers
79 views

I have a small project that uses python3 for the backend and for the front electron. And in development mode, the electron with the python backend works fine. But when I make a binary of the backend (...
tres.14159's user avatar
6 votes
0 answers
514 views

Here is my electron-builder.json: { "$schema": "node_modules/app-builder-lib/scheme.json", "asar": true, "directories": { "output": "...
Yue JIN's user avatar
  • 2,510
1 vote
0 answers
92 views

I have a simple Next.js application (Login Page - Home Page) in Next.js version 15.1.4. I tried to export my application into plain HTML format. However, there is a problem: static contents like CSS, ...
divyanshu bagwan's user avatar
0 votes
0 answers
77 views

I have React Project Web Application, wrapping with Electron to build as Desktop Application. I am trying to code signing & notarizing with following documentation https://www.electron.build/code-...
Aldi Alhafidzi's user avatar
1 vote
1 answer
299 views

I've been wrestling with this all day, it seems like in most cases this is supposed to "just work" but won't for me. I'm trying to use electron-builder to sign a mac app, on mac. The app ...
Cam's user avatar
  • 670
0 votes
0 answers
25 views

My project contain a Node server (child) process in Electron app for Windows, which works well in development but fails in production. The project is build using electron-builder and CRA used to ...
skyconfusion's user avatar
0 votes
1 answer
65 views

I am new to electron-vite with react. My project has a http node server process. All related files are place in server named folder. The vite folder structure is main, renderer and preload. I have ...
skyconfusion's user avatar
0 votes
0 answers
47 views

I'm starting to study Electron and lately I've been having problems with static file references after building an application. I've tried a lot of things and none of them have worked. My project ...
Henrique Lima Cipherz's user avatar
0 votes
0 answers
243 views

I am writing electron app which has to use standalone database (sqlite3 but it could be anything else). Database structure (metadata, SQL script or whatever else) is in a text file that I want ...
Jindrich Vavruska's user avatar
0 votes
1 answer
405 views

I'm developing a simple electron app. I'm using React with vite for the frontend of the app. After adding tailwindcss to the project the application shows just a white page when built as a production ...
Yurii Konovalov's user avatar
0 votes
1 answer
285 views

I'm trying to build my Electron APP and I'm getting the following errors: ⨯ Error: Could not find any Python installation to use ... node-gyp failed to rebuild '...node_modules\@parcel\watcher' I ...
Korer's user avatar
  • 393
0 votes
0 answers
154 views

I'm working on a project using Electron and React. The app runs perfectly in development mode, but after building it into an .exe or .dmg file, I encounter the following error when launching the ...
jack volten's user avatar
0 votes
1 answer
173 views

I have a component written in Svelte 5, using $props() rune. LogActions.svelte <script lang="ts"> //@ts-expect-error let { onSave }: { (): void } = $props() ; </script> <...
Jindrich Vavruska's user avatar
0 votes
0 answers
65 views

We are trying to update node from 12 to 20 and electron version from 11 to 31. I have an Electron based application. we do webpack in the render process. It throws error when I run the app after ...
Mohan Krishna's user avatar

1
2 3 4 5
30