-
Notifications
You must be signed in to change notification settings - Fork 32
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] Could not resolve dependency @storybook/svelte@"^6.2.9" from @storybook/[email protected] #44
Comments
Fixed in 2.0.1 |
this issue is not fixed with the update. now the error is :
@j3rem1e Could you re-open the issue please ? |
Sorry, my PR still didn't fix the issue.
@j3rem1e any idea on how to fix that please? thank you |
It's expected, the matcher ">=6.4.20" doesn't select prerelease version. You can use |
ok. |
Describe the bug
It makes an dependency error, when I try to install
addon-svelte-csf
with the the following config :Steps to reproduce the behavior
npm i -D @storybook/addon-svelte-csf
Expected behavior
No error.
Additional context
I can force the install with
npm i -f
.It works, but it is not doable in every environments (ie: CI).
What can I do to fix this?
Thank you
The text was updated successfully, but these errors were encountered: