4,105 questions with no answers
0
votes
0
answers
68
views
Electron.js + React + Go (Fiber) build issue: React UI blank screen when backend is bundled, but works when running backend separately
I am building a desktop application using Electron.js with a React frontend and a Go (Fiber) backend.
During development (npm run dev), everything works perfectly. However, I am facing an issue when ...
2
votes
0
answers
88
views
Electron Builder packaged app throws Cannot find module '.prisma/client/default' (Prisma + Electron + ASAR issue)
I am building a desktop application using:
Electron ^28.0.0
electron-builder ^24.9.0
Prisma ^5.8.0
Vue 3 + TypeScript
During development (electron .) everything works correctly.
However, after ...
0
votes
0
answers
87
views
Desktop application installer closing silently
I use electron to convert my python-flask web application into a Desktop application. As installer, I use NSIS electron builder with a custom nsis script for the customer details page.
The issue is ...
Advice
0
votes
0
replies
50
views
Whatsapp Automation on React + Electron Application
I need a quick suggestion from you guys, I am currently working on a react + electron desktop application. In that i need to automate messages from that app to whatsapp. Is there any suggestions.
I ...
0
votes
0
answers
378
views
How do I fix the enoent error when I start Electron in my VS Code terminal?
I have a problem with Electron start in my VS Code. By following installation guide I install the electron but have a problem with first start. When I trying to run npm run dev:electron I've got that ...
0
votes
0
answers
1k
views
Retrieving battery percentage from 2.4 GHz keyboard and mouse via Node.js
I have a new keyboard and mouse, and I want to have an indicator for both devices in the Windows 11 taskbar.
Something like this:
Battery indicator in taskbar
My devices are:
Mouse: Razer Basilisk ...
-1
votes
0
answers
120
views
Is there a way to associate a commit to the branch it was created on?
I am working on an Electron app which uses, among others, the simple-git module. My part of the project consists of making a program that builds a tree diagram where each node represents a commit, ...
Best practices
0
votes
0
replies
45
views
How should I handle nest npm libraries in my npm package?
I would like to create an npm library for a base electron client where consumer projects use the same shared main process/renderer/preload. And currently exposing a defineConfigs function that ...
1
vote
0
answers
92
views
Crash in Napi::Function::New(env, FunctionName) call
I am working on an Electron project with node-api (for C++ addons). The app crashes, even after a full-build. The problem that I am facing occurs within the C++ template addon that I have made.
I have ...
2
votes
0
answers
99
views
How to programatically start a drag for an Electron app on X11
I've been trying to reimplement electron-click-drag-plugin for the needs of my Electron app. But I hit a hard wall when implementing it for X11. I've successfully sent the EWMH event, but it doesn't ...
0
votes
0
answers
88
views
Enable Overlay Scrollbars in Electron app
There is a chromium flag called "overlay-scrollbar". It is supposed to re-enable css overflow: overlay.
Some websites and articles claim that this chromium flag is disabled. However, it is ...
Advice
0
votes
0
replies
262
views
Cross-Platform Desktop Wars: Electron vs Tauri: How do you explain the tradeoffs to users (without sounding defensive)?
I am writing cause I wanted to get some opinions from folks here that have actually built and shipped with Electron.
Background: Building an API IDE on Electron. Not really “just an API client”, and ...
2
votes
0
answers
129
views
How to load extensions in an Electron project?
I imported the Chrome Manifest v3 extension into my project,
but it failed to run due to errors of type “onRemoved” and “onClicked”.
How can I resolve this issue?
(electron) 'session.loadExtension' is ...
4
votes
0
answers
456
views
Electron application can't resolve 'greenworks-linux32' on Steamworks integration
I have html5 application built for desktop with Electron. I currently try to integrate Greenworks SDK for Steamworks SDK to support achievements in it.
I tried both electron-rebuild and node-gyp ways ...
2
votes
0
answers
85
views
Electron-Builder NSIS installer uses default Electron icon for desktop shortcut instead of my custom icon
I’m building an Electron-based IDE (https://github.com/Temple-Enterprise/Axiowisp) using electron-builder with the NSIS target on Windows.
I have a custom .ico file configured in my build settings:
&...