We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#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';