Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Bun Support #5093

Open
oumarbarry opened this issue May 26, 2024 · 3 comments
Open

Better Bun Support #5093

oumarbarry opened this issue May 26, 2024 · 3 comments
Labels

Comments

@oumarbarry
Copy link

#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';
@ionitron-bot ionitron-bot bot added the triage label May 26, 2024
@oumarbarry
Copy link
Author

@dtarnawsky any insights about this ?

@oumarbarry oumarbarry changed the title Bun support Better Bun Support Jun 4, 2024
@slogive
Copy link

slogive commented Oct 16, 2024

Please add this feature

@dtarnawsky
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants