ionic-cli icon indicating copy to clipboard operation
ionic-cli copied to clipboard

Better Bun Support

Open oumarbarry opened this issue 1 year ago • 3 comments

#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';

oumarbarry avatar May 26 '24 22:05 oumarbarry

@dtarnawsky any insights about this ?

oumarbarry avatar Jun 04 '24 21:06 oumarbarry

Please add this feature

slogive avatar Oct 16 '24 19:10 slogive

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.

dtarnawsky avatar Oct 16 '24 21:10 dtarnawsky