ionic-cli icon indicating copy to clipboard operation
ionic-cli copied to clipboard

The Ionic command-line interface

Results 194 ionic-cli issues
Sort by recently updated
recently updated
newest added

**Description:** When running `ionic cap run android` on an actual device its necessary to specify the ip/host of the development server. This doesn't work as expected when using Vue. **Steps...

triage

**Description:** ``` >ng g c todo.service.ts An unhandled exception occurred: Schematic "appShell" not found in collection "@ionic/angular-toolkit". See "C:\Users\user\AppData\Local\Temp\ng-jnwgAJ\angular-errors.log" for further details. ``` **Steps to Reproduce:** **Output:** ``` An unhandled...

triage

**Description:** Hi, When creating a new Ionic project with Angular 15, files are generated that are no longer needed in Angular 15 projects, since it was decided to simplify it:...

triage

**Description:** I am trying to have my icons and splash screens using ionic cordova resources but since I upgraded to MacOS Ventura it's giving me this error: I have tried:...

triage

**Description:** **Steps to Reproduce:** **Output:** **My `ionic info`:** ``` ``` **Other Information:**

triage

This PR makes the CLI use the [standard config directory as per xdg spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) when `XDG_CONFIG_HOME` is set. As to not break existing installations, this behavior is overridden if `~/.ionic`...

The document doesn't explain what is so different between using 'ionic serve' vs 'ng serve'. If there is no difference, can you please just consider getting rid of 'ionic serve'...

triage

![2024-03-26_08-46-34](https://github.com/ionic-team/ionic-cli/assets/114400301/1f582783-5aa6-4fb1-9b95-5b11e37bbf2e) **Description:** This is my first time using Ionic and i have tried to start with the "photo-gallery" project which is provided in official webpage of ionic. But, unfortunately not...

triage

When using ionic + vue, the hooks `serve:before` scripts defined in `ionic.config.json` cannot run. ionic.config.json ```json "hooks": { "serve:before": ["./scripts/serve-before.js"] } ``` serve-before.js: ```js export default async function (ctx) {...

**Description:** Establishing a multi-app project structure, such as for a monorepo, creates a root `capacitor.config.json` file in addition to `capacitor.config.json` files in each project's directory. However, only the `capacitor.config.json` file...

triage