ionic-cli
ionic-cli copied to clipboard
The Ionic command-line interface
**Description:** After updating to Capacitor 3 `ionic capacitor run android` now attempts to directly launch the App on a device instead of simply opening Android Studio. The device selection fails....
Hi, I have a macbook pro with M1 CPU. If you install, on mac with same specs, my dependencies, you will see the problem. Basically, when i run " ionic...
**Description:** I have an Ionic app that is already almost done. Until now, I've been testing it with the regular `ionic build` method, and then using Capacitor to make an...
**Description:** This might be similar issue than #3991 but the symptoms seem slightly different so figured might be best to create a separate issue. **Steps to Reproduce:** - Install project...
**Description:** Default script of `npm run test` does not work on Windows cmd. ``` "test": "react-scripts test --transformIgnorePatterns 'node_modules/blahblah...'" ``` I think the reason is that Windows cmd can't handle...
- I am having an error running the simple command of **ionic serve** natively in Windows using Git Bash. This is the error I get: $ ionic serve > ng.cmd...
**Description:** I tried to run my ionic app using `ionic cordova run ios -l --external` on my iphone. After selecting the IP, the command fails. The same problem happens when...
_Original issue by @kyawswa on [2019-11-08T08:06:22Z](https://github.com/ionic-team/ionic/issues/19869)_ I have a problem to generate modules with routing in ionic project. I created new ionic project from ionic start routing blank. And I...
**Description:** starting with Angular 14.x the Angular CLI `ng run` does not support the `--configuration` option any more, see [Angular 14.0.0 Release Notes](https://github.com/angular/angular-cli/releases/tag/14.0.0): > * `--configuration` cannot be used with...