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)
electron-builder error: Cannot find module 'dmg-license'
I am looking for a simple way to build an electron app for macOS, from a linux machine.
Unfortunately, the electron-builder -m command doesn't work, here is the full output of the command:
electron-bu...
TOPKAT
Votes: 0
Answers: 1
**screenWindow.setVisibleOnAllWorkspaces(true, {visibleOnFullScreen: true}); app is invisible in macOS dock
I'm using screenWindow.setVisibleOnAllWorkspaces(true, {visibleOnFullScreen: true}); for window visible on full screen. it's working fine. but app is invisible in macOS dock . If i remove {visibl...
06_KeyurChitroda
Votes: 0
Answers: 0
Electron-builder macOS notarization problem with puppeteer library: Not all binaries are signed
I am currently struggling with notarizing my app with electron builder for macOS! The app uses puppeteer which causes the error that the ".localChromium" folder does not get signed! I alread...
m4x123
Votes: 0
Answers: 1
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