-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Bun no longer being detected in astro/cli/install-package.ts
#10748
Comments
Bun is not a supported package manager. If it works, it works, but it will be a conversation before we make an official decision to add it. |
No, but it should be properly detecting it. https://github.com/withastro/astro/blob/main/packages/astro/src/cli/install-package.ts |
check
doesn't respect Buninstall-package.ts
Is there something about your environment that could be preventing detection of bun? |
I don't think so. I tried running it on a new astro project and I got the same result. |
I notice that you added bun detection in #8306. Did it stop working after a certain version? |
I guess it must have stopped working, or I didn't check a scenario when running a cli command for an integration that isn't installed. Because bun detection works for creating a new astro project, astro info, and adding integrations. I'm not sure if this issue takes place in index.ts or install-package.ts |
install-package.ts
astro/cli/install-package.ts
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Running
bun astro check
returnsWhat's the expected result?
Should say
bun add @astrojs/check typescript
Link to Minimal Reproducible Example
https://astro.new/basics?on=stackblitz
Participation
The text was updated successfully, but these errors were encountered: