Better Bun Support
#5063
Bun is already pretty well supported by the Ionic VSCode extension.
But it's not totally the case for the Ionic CLI standalone.
// definitions.ts
export type NpmClient = 'yarn' | 'npm' | 'pnpm' | 'bun';
@dtarnawsky any insights about this ?
Please add this feature
This issue is pretty vague. Bun is well supported by the Capacitor CLI and you create an ionic project with bun too. Eg:
bun create ionic@beta "test" -- blank --type angular-standalone --no-git --capacitor --package-id ionic.test
I would suggest taking a look at the commands coming out of the VS Code extension and use the Capacitor CLI instead, or regular bun / npm etc commands to run scripts from your package.json.