-
Notifications
You must be signed in to change notification settings - Fork 72
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
Unable to install beta v2 after installing Storybook v7-beta63 #185
Comments
I've encountered the same error on yarn check. It seems not specific to 7.0.0-beta.63.
|
i got the same error as well, downgrading to: |
@itzikd15 did you use |
i noticed i don't have it either. my solution for now is to do "npm install --legacy-peer-deps" until the fix it. |
currently on Storybook 7.0.0-rc.5 and still it doesn't work. at the peerDependencies part:
the option to support version 7 beta and alpha for the @storybook dependencies i created a pull request |
Affected design types
Describe the bug
Updated the Storybook to v7.beta63, and now I can't install
storybook-addon-designs
betav2.Using:
npm install --save-dev storybook-addon-designs@beta
Error message:
Installed
@storybook/addons
directly, still getting the error:Package.json
How to reproduce the bug?
npm install -D storybook@next @storybook/addon-essentials
npm install --save-dev storybook-addon-designs@beta
Expected behaviour
There shouldn't be any errors when trying to install the addon.
Environment
Affected versions
Trying to upgrade to beta v2, until then 6.3.1
Storybook versions
7.0.0-beta.63
The text was updated successfully, but these errors were encountered: