ionic-cli
ionic-cli copied to clipboard
The Ionic command-line interface
closes #5028 closes #5045
**Description:** I have a script that creates new apps in my multi-app project. After initializing a new app the script runs `ionic integrations enable capacitor --project=myproject` and `ionic capacitor add...
npm warn deprecated [email protected]: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project...
before ```bash Error: Non-zero exit from subprocess. at Integration. (/usr/lib/node_modules/@ionic/cli/lib/integrations/capacitor/index.js:53:27) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async BuildCommand.getInstalledPlatforms (/usr/lib/node_modules/@ionic/cli/commands/capacitor/base.js:114:21) at async BuildCommand.isPlatformInstalled (/usr/lib/node_modules/@ionic/cli/commands/capacitor/base.js:130:27) at async BuildCommand.checkForPlatformInstallation (/usr/lib/node_modules/@ionic/cli/commands/capacitor/base.js:228:19) at async BuildCommand.preRun (/usr/lib/node_modules/@ionic/cli/commands/capacitor/build.js:95:9) at...
#5063 Bun is already pretty well supported by the Ionic VSCode extension. But it's not totally the case for the Ionic CLI standalone. ```ts // definitions.ts export type NpmClient =...
**Description:** The Info.plist generated by the command `ionic capacitor run ios -l` is incorrect and prevents Xcode from building the app if the key `NSAppTransportSecurity` is already defined. The issue...
**Description:** I'm using Angular 18 standalone application with Ionic 8 and enabled server side rendering. When I try to run SSR, the styles of ionic components are not loading. It...
This PR add supports for bun package manager setting ionic config set -g npmClient bun
**Description:** After upgrading from Capacitor 5 to 6, ionic cap sync fails on linux because it tries to run bundle exec pod install. [capacitor] ✔ copy ios in 368.39ms [capacitor]...
**Describe the bug** https://ionicframework.com/docs/cli/configuration#config-file > In a multi-app project, apps share a single ionic.config.json file at the root of the repository instead of each app having their own. Is this...