python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error: Failed to lookup view "home" in views directory
I developed a small application with electron and expressjs. In development mode, the app works fine. But after packaging the app for the production mode I got the error that the home view is not fou...
sd_19x4
Votes: 0
Answers: 1
iohook: XKB Keyboard support is required to accurately determine keyboard characters
I'm trying to listen for keyboard events with iohook. I installed it and when I run my code with iohook it gives me this error:
load_input_helper [1918]: Using XFree86 keyboard layout.
load_input_hel...
NDAYISABA Charles
Votes: 0
Answers: 0
White window when debugging Electron forge "typescript + webpack" app from VSCode - MAIN_WINDOW_WEBPACK_ENTRY variable is not being set
I created an Electron forge project as described in the forge guide using the "typescript + webpack" template:
> yarn create electron-app debugging-test --template=typescript-webpack
The...
Rychu
Votes: 0
Answers: 1
Refused to connect to 'ws://localhost:3000/cpp' because it violates the following Content Security Policy directive:
How do I solve this error? where/how do I set those settings? I'm new to electron/react
Refused to connect to 'ws://localhost:3000/cpp' because it violates
the following Content Security Policy direc...
Jack
Votes: 0
Answers: 1