Skip to content
Discussion options

You must be logged in to vote

Hi @bourpie! I'm Dosu and I’m helping the storybook team.

This is a known issue, especially on Windows and in PowerShell: the automigration process relies on interactive CLI prompts, which can hang indefinitely if the terminal doesn't fully support them. This often happens at the "Select automigrations to run" step and is not specific to html-vite or your project setup (reference).

You can work around this by running the upgrade with the --yes flag, which skips all prompts and should avoid the hang:

npx storybook@latest upgrade --yes

If that doesn't help, try running the command in a different shell (like Git Bash or WSL), or make sure your terminal supports interactive prompts.

Other th…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vanessayuenn
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
1 participant
Converted from issue

This discussion was converted from issue #32563 on October 01, 2025 09:22.