#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 = 'yarn' | 'npm' | 'pnpm' | 'bun'; ```