-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: can not init storybook to use old version like 6.0 #22214
Comments
@JReinhold here's another versioning issue for the CLI |
This one is a bit embarrassing: I was trying to follow the Design System for developers tutorial, and both commands won't work:
does not work because it's not compatible with the version of React in the tutorial and:
does not work because it installs 7+ packages, as said in the issue... Any workaround until this is fixed? |
Same issue trying to install storybook 6.5 - I always get 7 |
Same issue by my side. When I attempt to run the command |
is there any update? |
We're implementing this for 7.6, 8.0 and moving forward, but we will not be backporting this to Storybook 6.5 or earlier. So that means in the future running |
Old projects can't install storybook7 because of node version issues, any solutions? Thank you! |
Describe the bug
Because my project is using an old version of create react app, the newest storybook 7 does not support it, so I try to use old version of storybook by
npx storybook@6 init
, but after installment, the version installed is 7.0, the storybook always install the newest version.To Reproduce
Then:
The output:
System
Additional context
No response
The text was updated successfully, but these errors were encountered: