ionic-cli
ionic-cli copied to clipboard
The Ionic command-line interface
Many framework CLIs have a single starter with feature flags to enable/disable/switch certain features and preferences such as TypeScript, testing frameworks, theme, etc. We've already seen requests for this, such...
**Prerequisites** I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success. **Description:** On...
**Description:** ionic with latest version always generate the file "app.routes.ts" in any clean isntallation, (I test in diferent pc windows and linux) I know that the file "app.routes.ts" was generated...
**Description:** Ionic CLI 7.0.0 react project with vite has a type error in vite config. This is because the react project is set up with vitest and jest-dom. **Steps to...
I am trying to make my prod build work I am getting this error ``` Cannot find module "." at vendor.js:1 at vendor.js:1 at Object. (vendor.js:1) at e (vendor.js:1) at...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
**Description:** Using cordova native, you can send flags to the compiler: IE: `cordova build ios --buildFlag="-quiet"` - or any flag that xcodebuild can take. However, with the ionic wrapper, none...
**Description:** When I run $ ionic build The command never completes. I get the final console log: "Build at: - Hash: - Time: 4912ms" but I don't get the cursor...
When installing the latest @ionic/cli there is a below warning: _npm WARN deprecated [email protected]: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem...
**Description:** Hello, when I run 'ionic serve', I get the following error: Error: Cannot find module './_baseGetTag' **Steps to Reproduce:** I entered the command 'ionic serve.' **Output:** ionic:lib Terminal info:...