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

Since Angular now defaults to standalone component, it only make sense for ionic imports to be standalone by default. It gets tedious to type something like: ```ts import { Config...

triage

**Description:** Seems like the CLI doesn't understand Angular 19 standalone conmponent. I am unable to create a page using: FYI: Standalone component is now the default. ```sh ionic g page...

triage

**Description:** `ionic serve` is not working **Steps to Reproduce:** 1. `ionic start` 2. `ionic serve` **Output:** ![image](https://github.com/user-attachments/assets/02985d5d-4468-4a25-a725-ee6879fd8177) **My `ionic info`:** ![image](https://github.com/user-attachments/assets/ebe67fea-fc3e-4ce6-99f7-bcd80dc00c93)

triage

**Description:** If I try to use `console.log('whatever')` in `capacitor.config.ts` launching `ionic capacitor run android ` or `ionic capacitor run ios` I get "Error while parsing Capacitor CLI version". But if...

triage