Adam Radestock

Results 19 comments of Adam Radestock

I would like to work on this issue to enable publishing options to be passed to `electron-builder`. Specifically, I would like to be able to pass options through to enable...

Hmm... So I've been digging around a little in the code to get prepared for this, and it seems to me that this should already be possible, as there is...

Same here - when creating a Capacitor app via `framework7 create --ui` The UI never progresses past "Installing NPM Dev Dependencies..."

I ran `framework7 create` and selected options for creating a Capacitor app, and got the following output: ``` ✔ Generating package.json ✔ Creating required folders structure ✔ Installing NPM Dependencies...

Still getting this error with framework-cli v.4.0.8

I managed to get past my problem by manually installing vips with homebrew: `brew install vips` I could then run `f7 create`

If you would like to open a PR for this, I'll merge it into my maintained fork of this project. https://github.com/HaylLtd/cordova-plugin-background-geolocation

Check the logs on FreeSWTICH, as there's probably more information there on why this failed. It might, for instance, tell you that the user is not allowed to login from...

@MarwaAbuEssa I am having exactly the same problem you are in the screenshot above... did you find out what was causing it, or have any pointers for a solution?

@MarwaAbuEssa Thanks so much for that! I know that sip.js has a mechanism for creating your own SessionDescriptionHandlers, so I could probably create a SessionDescriptionHandler specifically for Cordova with this...