Support bun install
(or add --no-install option)
#30159
Arctomachine
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I exclusively use bun package manager for few years now, and when I try to
storybook@latest init
, it tries to use npm instead.Depending on how npm currently works, it either slowly installs dependencies into project folder (bun uses symlinks, so dependencies are actually stored elsewhere and reused between projects) or slowly installs them into npm global cache (which I will have to find and clean manually)
Describe the solution you'd like
Support
bun install
in storybook installer scripts. Detect it automatically or with flagDescribe alternatives you've considered
Add --no-install cli option that skips install (but modifies package.json still) and lets user install dependencies manually later with preferred package manager
Are you able to assist to bring the feature to reality?
yes, I can
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions