Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
59 views

I am trying to decrypt and import my env variables with Dotenvx. Previously we were using the traditional dotenv package which all worked. We want to switch to dotenvx for the encryption capabilities ...
grom's user avatar
  • 23
3 votes
0 answers
164 views

In principle, all I'm looking to accomplish is embed a static build of a web app into an electron powered vite app. Context == File Structure == - public/ | - static_build/ | - index.html | - ... ...
L. von W.'s user avatar
  • 432
Tooling
1 vote
5 replies
149 views

I have an Electron app that I build using webpack + electron-forge. I consider to migrate to vite + electron-builder. The migration succeeded quite smoothly, and dev experience with vite is way better ...
BNJMNDDNN's user avatar
  • 115
0 votes
1 answer
79 views

I am trying to import a React component Menu.jsx from App.jsx in my Electron app. No errors are showing up, but nothing is being rendered and are not added to the DOM (the body is empty when I looked ...
Faseeh's user avatar
  • 11
0 votes
0 answers
66 views

I am building an electron app with preact + typescript with vite tool. below is my vite config import { resolve } from 'path' import obfuscatorPlugin from "vite-plugin-javascript-obfuscator";...
Nikunj Guna's user avatar
0 votes
0 answers
36 views

I'm using electron as browser to load remote pages, when I open a PDF the default PDF viewer is opened but the file download button doesn't work and doesn't throw any error: This is the package ...
Tobia's user avatar
  • 9,667
0 votes
1 answer
54 views

I have a command-line program, say "myprogram.exe" installed in the resources directory of my nodejs-electron application. I run my electron application via "npm start" with no ...
silberz's user avatar
  • 139
1 vote
1 answer
365 views

I've been trying to set-up a working Electron application using Electron Forge with Sqlite3 and Sequelize. This has worked great up until where I need to actually build and package, and distribute the ...
Scott Mckay's user avatar
0 votes
0 answers
60 views

We are building an Electron application, and we are using Electron Forge to do the build. But we have the requirement of having different builds with different capabilities, although a lot of the ...
Jaime Blázquez's user avatar
2 votes
2 answers
124 views

In Electron.js, a panel type Browser window has an approximately 28-pixel top area that acts as a moveable area. Clicking in this area focuses the application, bringing the app menu to the top taskbar,...
Manob Biswas's user avatar
1 vote
0 answers
74 views

We have recently added some Electron apps into our application suite, and these are being packaged up with the command electron-forge package. Unfortunately, it looks like that command is doing all ...
paxdiablo's user avatar
  • 890k
0 votes
1 answer
115 views

Electron Forge and Webpack cannot do worker_threads if the worker imports something. We'd want to do this to do heavy computation without blocking the main thread, allowing the UI to remain responsive....
Oliver Barnum's user avatar
3 votes
2 answers
1k views

I'm trying to develop an Electron Forge Vite app that uses better-sqlite3 as database. It works fine in development environment but after I build a .deb package to test it outside development (I'm on ...
Fairy Jack's user avatar
1 vote
1 answer
45 views

I have a switch statement that selects a file. Webpack always sets the file to the wrong file on Linux. The code below is the code that sets the file.path let libDir = '' let libName = '' switch (...
dsharpe's user avatar
  • 86
3 votes
1 answer
371 views

I created an App using electron that interacts with local files using IPC. When i run it using npm start, éverything works as excpected, but when i try to package the app into an .exe file using the ...
MabMab's user avatar
  • 41
1 vote
0 answers
90 views

As shown in the picture, I would like to change the language displayed here. I haven't set it before, but it displays many languages, and our application actually only supports some of them. I tried ...
heygsc's user avatar
  • 120
0 votes
1 answer
141 views

I am using VS Code, not Xcode. I am getting this signing error from sqlite3: (code signature in '/private/var/folders/rb/p1qyx7yn6tb043v2hk3wcgyh0000gp/T/.com.electron.artfolio.gDBTGz' not valid for ...
dwhynot's user avatar
  • 151
2 votes
1 answer
144 views

when i tried to publish my electron-forge vite this is my forge.config.js const { FusesPlugin } = require('@electron-forge/plugin-fuses'); const { FuseV1Options, FuseVersion } = require('@electron/...
BangStty's user avatar
1 vote
3 answers
2k views

I know this question have been asked quite frequently all over the web, but I can't find any answer that resolved my issue, so I'll try to ask with my own specifications. I am building a desktop ...
HellNoki's user avatar
1 vote
1 answer
99 views

We've a cross-platform electron app that we're packaging using "electron-forge". We build installers for different OS platforms, i.e. msi for Windows, .rpm for RHEL, .deb for Ubuntu, and ....
Alka Deep Neha's user avatar
2 votes
1 answer
491 views

I have created my Electron App with create-electron-app $projDir --template=vite-typescript In my BrowserWindow's webpreferences I have set contextIsolation: true nodeIntegration: false I have ...
code_name's user avatar
  • 135
0 votes
1 answer
122 views

I've made a custom titlebar in electron with the icons taken straight from the Windows UI kit. How can I detect whenever the window is maximized, whether it's by double clicking the titlebar or ...
Artin Goodarzi's user avatar
0 votes
1 answer
194 views

i've application that can run and update whenever new version released without no issue using squirrel build in electron forge. also it will update application automatically based on URL i've ...
Riki Ahmad's user avatar
0 votes
1 answer
520 views

I want to code sign my electron application using sectigo EV USB which is using electron forge to package the app and wix-msi maker. After referring to wix-msi config options I was able to make use of ...
Akshat Parashar's user avatar
1 vote
0 answers
47 views

File Structure: -Assets |-TabHandler.jsx App.jsx Ok, I have a react component TabHandler, this is a tabs component from Ant Design: /* Assets/TabHandler.jsx */ import React from 'react'; import { Tabs ...
Luna's user avatar
  • 13
1 vote
1 answer
97 views

i've electron app that bundled using electron forge. By the way this app can run locally without no issue, i'm so confused. even when i run the win32-x64 it got no issue. But whenever i install the ...
Riki Ahmad's user avatar
0 votes
1 answer
338 views

i've electron app that currently running using elecron forge. the issue is appear whenever i tried to start the project using command npm run start It will not working, if i have dependencies on ...
Riki Ahmad's user avatar
0 votes
1 answer
220 views

I have my created my github token and set GITHUB_TOKEN value in my env, but I get to the "distributables" step which is strangely misspelled and then it dies. Its like its looking for a ...
LMS5400's user avatar
  • 500
4 votes
1 answer
818 views

I am working on an open source firmware update app for Meshtastic (https://github.com/medentem/electron-flasher/). The app is a ReactJS/TS app bundled with Vite for Electron. When running locally on ...
medentem's user avatar
-1 votes
1 answer
337 views

First of all i'm VERY new to coding and i'm just following and reading documentation I'm making a bluesky electron app, but when using yarn make or npm run make I get the followed error: ❯ yarn make ...
Siraprem's user avatar
1 vote
0 answers
63 views

I have written an electron app that shows notifications to my users. I have packaged this app using electron-builder / electron-forge. I also have written code for the app to have a screensaver ...
Gautam Krishnan's user avatar
0 votes
0 answers
47 views

I am trying to make an video recording software following tutorial https://youtu.be/3yqDxhR2XxE?si=vL0Se4LtEw0nkzkR <!--index.html--> <!DOCTYPE html> <html lang="en"> <...
Ctmax's user avatar
  • 11
0 votes
1 answer
228 views

I'm using electron-forge + vite + typescript and I have a folder that I want to be added to the setup file including its files when I run npm run make, so when I install the app this folder appears in ...
Sebastián Águila's user avatar
2 votes
1 answer
224 views

I have an app with electron forge, webtorrent and webpack. I created it using 2 commands: npm init electron-app@latest my-app -- --template=webpack yarn add webtorrent Add import to main.js import ...
Inventor's user avatar
  • 194
0 votes
0 answers
919 views

I am trying out ElectronJS for the first time as it seems like a pretty neat framework. I am working off of a Windows Subsystem for Linux. I managed to create my app using the following line npx ...
Alayn Arambula's user avatar
1 vote
0 answers
122 views

I'm using Electron with create-electron-app with Webpack template along with React and Tailwind. I'm trying to load an image from URL like this "https://i.ytimg.com/vi/C2QCuBX_byg/maxresdefault....
DARSHAN S's user avatar
6 votes
1 answer
1k views

I am having the darnedest time trying to sign and notarize my code on Mac. Here is my forge.config.js section: osxSign: { identity: settings.osx.identity, 'hardened-runtime': true, ...
Seth Brock's user avatar
0 votes
1 answer
238 views

I have an Electron Forge application designed to launch a Django server (on Windows). The Django server is compiled into an executable file using PyInstaller. The Electron Forge application invokes ...
Mr T's user avatar
  • 123
1 vote
0 answers
184 views

Issue I'm creating a project with Electron Forge and webpack. I added a 'public' directory to my project, and a HTML-loader plugin to resolve the imports in the HTML files. Some parts of my webpack ...
Yoojun Zhou's user avatar
0 votes
0 answers
157 views

I have an Electron app that I'm trying to package for Flatpak with Electron Forge, but I keep running into this permissions error. I've made sure that the /tmp/electron-packager directory has the ...
Yomen Tohmaz's user avatar
2 votes
1 answer
3k views

I've been trying to make a project created via Electron Forge to work with ESM. At this point, ESM is mostly a must, since required libraries are exporting only to ESM and using older libraries is not ...
danikaze's user avatar
  • 1,664
0 votes
1 answer
315 views

I can't load extra file in main process. I'm trying to use sequlieze and sqlite3 with electronjs but this error blocking me. How can i fix this? Thank you. Error: Cannot find module './database/models/...
Adrian Caragea's user avatar
0 votes
0 answers
318 views

I have an electron app (created using electron forge) that uses Flask (python) for the backend. I'd like to start the whole application (flask and electron) from electron itself by starting a child ...
Brian Barry's user avatar
1 vote
1 answer
679 views

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
  • 360
0 votes
2 answers
404 views

I am trying to create an electron application using electron forge, Vue3 and Vite by following the instructions at https://www.electronforge.io/guides/framework-integration/vue-3 . I have modified the ...
Karthik Sankaran's user avatar
-1 votes
1 answer
144 views

I have my electron.js project completed. Since I want to have an installer working, I have turned to Electron Forge. I followed a tutorial online and I got an error in my Microsoft Code IDE that Git ...
xarzu's user avatar
  • 9,613
1 vote
1 answer
521 views

I'm using an electron for the first time. I ran into a problem when building the application. I do everything according to the documentation, I use electron-forge. npm run make runs without problems, ...
Казбек Сабанаев's user avatar
1 vote
0 answers
215 views

I'm trying to create an app that include the get-windows npm package, but I cannot distribute my app because Electron Forge is using resolving the package to an absolute path rather than a relative ...
atrinh's user avatar
  • 11
0 votes
0 answers
2k views

I'm doing my first sample project using Vue + Electron Forge with the template vite+typescript. Now I want to add tailwind but I can't seem to find any useful documentation online. This is my project ...
David Peña's user avatar
1 vote
1 answer
211 views

i want develop an Electron app integrated with Vue 3 using electron forge. I've followed this official documentation Electron Vue integration . But when i run the command npm start the application ...
Tom's user avatar
  • 4,107

1
2 3 4 5
9