You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upgrade command cannot determine the user's Storybook version if storybook or @storybook/cli aren't listed in the user's package.json. Additionally, the automigrate command isn't doing anything in this case because the actual Storybook version cannot be detected.
Describe the bug
The
upgrade
command cannot determine the user's Storybook version ifstorybook
or@storybook/cli
aren't listed in the user's package.json. Additionally, theautomigrate
command isn't doing anything in this case because the actual Storybook version cannot be detected.To Reproduce
npx storybook@next upgrade
banner
shows previous version0.0.0
Alternatively:
npx storybook@next automigrate
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: