-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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]: Upgrade fails with npx storybook@latest upgrade
#30306
Comments
Same issue with same versions 8.4.7 > 8.5.0 |
Same issue here, from 8.4.7 to 8.5.0 |
Same issue, 8.4.7 to 8.5.1
|
workaround for me was to explicitly install the test package first and then run the npx upgrade command
|
Seems to work! Thanks |
unfortunately, this did not fix the issue for me: |
There's some kind of dependency race condition and in my case I just run For reference error that I got when upgrading 8.5.1 to 8.5.2 says:
|
Any updates on this? I'm currently stuck on 8.4.7. I tried the workaround above, which didn't work for me. |
npm config set legacy-peer-deps true |
This seems like a last resort. Is anyone working to resolve the underlying issue? |
I've updated the PR, will try to get it merged in the next few days |
Please upvote this npm issue: npm/cli#8059 |
Describe the bug
Trying to upgrade from
v8.4.7
tov8.5.0
and get this error. Something is wrong with dependecnies. There is already closed similar issue (#29169).Reproduction link
https://stackblitz.com/edit/vitejs-vite-izegxbtn
Reproduction steps
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: