Dan Imhoff
Dan Imhoff
@raelmiu This issue has little to do with HTTPS. You are looking for this 👉 https://github.com/ionic-team/ionic-cli/issues/3305
Yep, these commands are the workaround: ```shell $ ionic cordova build browser $ ionic serve --cordova --platform browser ``` This issue is here for implementing `ionic cordova run browser`, which...
@muuvmuuv Can you link to the docs you're referencing? The workaround is to do what it says: > You may need to compile the web assets for your app (typically...
Please subscribe to https://github.com/ionic-team/capacitor/issues/4028 and https://github.com/ionic-team/capacitor/issues/4029. This will be addressed in Capacitor 3.
Looks like this is your issue: `fatal: Unable to find remote helper for 'https'` Try updating git on your machine.
I'm not sure yet. What's the new error?
How did you install git? It seems to have issues. What shell are you using? What's the output of: `git --exec-path` ?
What does `git submodule -h` output?
What about `npm install https://github.com/ionic-team/cordova-plugin-wkwebview-engine.git --save` ?
@neoassyrian I would just use the Cordova CLI directly. I may start recommending people do this normally. The `ionic cordova platform` and `ionic cordova plugin` commands offer little benefit over...