Skip to main content

All Questions

Tagged with
1 vote
1 answer
473 views

Electron application installed in system does not open because "iohook" library used in the "main.ts" file

I am making an application using ElectronJS and I am facing an issue. FYI: I am using electron-react-boilerplate for my application. And I use a npm library called iohook to catch all the system ...
Vrinda Goyal's user avatar
1 vote
0 answers
979 views

xvfb electron : Passthrough is not supported, GL is disabled, ANGLE is

Hello at all Stack Overflow community I come today to ask experts. I'm trying to make this browser https://github.com/minbrowser/min/ run from server without graphic card. I've opened a topic on ...
shorty mc's user avatar
3 votes
0 answers
1k views

Electron builder fails to get the proper version of fpm ; it downloads the version for x86,but it needs the arm64 version

I would like to install ferdi inside docker on my jetson nano (arm64). Below u can see the dockerfile that I have written with the help of @https://github.com/vraravam. Unfortunately there is an error ...
john_connor's user avatar
12 votes
1 answer
11k views

Process is not defined for Electron's Getting Started App [duplicate]

I am trying to get started with Electron. I was already able to run all simple examples. They all work as expected. When I try to follow the Quick Start Guide I experience the same issue as mentioned ...
Hendrik's user avatar
  • 463
1 vote
1 answer
709 views

Why is Nodejs usb module conflicting with Electron?

sorry for the long post, I've been googling a lot for a solution but couldn't find one. I'm trying to write a simple Electron app to display an html page (no problem with that thankfully) and to ...
Matteo Casati's user avatar
2 votes
2 answers
3k views

"Symlink operation not permitted" error when building appImage with Electron Builder

I am new to Electron and I am trying to export a game I made in a game engine. I'm accustomed to using the appImage since the engine doesn't have a native export to Linux option. I don't know if I'm ...
Voy Vivika's user avatar
2 votes
1 answer
2k views

glibc_2.27 not found electron

I'm trying to execute an Electron app on my raspberry but i got an error. i have tried to change the version of electron to the 3.0.13 (i had search on internet and said that this was the solution, ...
Terro's user avatar
  • 135
0 votes
3 answers
2k views

How to install electron.js on linux?

I want to install electron.js on linux os. Need help to resolve the errors below: Command to install sudo npm i electron Terminal output /usr/bin/electron -> /usr/lib/node_modules/electron/...
Mathan's user avatar
  • 3
0 votes
1 answer
253 views

Install WebChimera Prebuilt on Linux

I am writing an electron based application and want to use webchimera. However when I want to install (with npm) the wcjs-prebuilt package I always get the following error: No WebChimera release ...
erbal's user avatar
  • 3