cordova-electron icon indicating copy to clipboard operation
cordova-electron copied to clipboard

Apache Cordova Electron

Results 57 cordova-electron issues
Sort by recently updated
recently updated
newest added

# Bug Report Require node addon for c++ native not working Js electron proxy ## Problem when require('addon') module addon not found when require('./addon') addon is not a module plugin.addon...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Without that I observed that quite...

I use electron 15.2.0 (with sed -i 's/14.0.0/15.2.0/' node_modules/cordova-electron/lib/build/base.json ) some warning happened how to enable`Electron --trace-warnings ...` ``` + cd /Users/z/rmw/rmw + cordova run electron --nobuild --trace-warnings (node:7748) electron:...

### Platforms affected All ### Motivation and Context Fixes #211 ### Description Changed execa to run synchronously. ### Testing Manually tested with 3 frameworks each having clashing dependencies in one...

# Feature Request NsisOption must be available to build Electron windows app ## Motivation Behind Feature It is usefull to build Installer with user prompt, Enable many options like, change...

# Bug Report ## Problem When signing the build it fails due to electron config and developer ID issues that I believe are related to the new notarizing bug for...

info-needed

# Bug Report The application is built on Arch Linux for the electron platform as "pacman" package. During installation on the same machine, an unavailable dependency cannot be installed: ➜...

info-needed

# Feature Request ## Motivation Behind Feature I would like to run the windows build on my windows machine, and linux build on my linux. ## Feature Description `cordova build...

enhancement

During the review of #121 I noticed that the tests in the `describe('module.exports.prepare method'` block in `tests/spec/unit/templates/cordova/lib/prepare.spec.js` were in pretty bad shape. Funky stuff going on there: - instance methods...

enhancement