[Bug]: Cannot run install Storybook using npx storybook@latest init
(reproducible in Docker)
#29673
Labels
npx storybook@latest init
(reproducible in Docker)
#29673
Describe the bug
I am trying to install Storybook in my project using the instructions provided in the official documentation. The problem I'm encountering is that it hangs indefinitely while running
npx storybook@latest init
:This also occurs after installing Storybook first:
package.json
:Reproduction link
https://github.com/aaronshenhao/storybook-init-bug
Reproduction steps
(Skip this step if using reproduction link). In an empty directory, create a
.devcontainer
directory with the following files.Dockerfile
:devcontainer.json
:Build and reopen the project in a Dev Container in VSCode by pressing
Ctrl + Shift + P
, then typing "Rebuild". Select the option that says "Dev Containers: Rebuild in Dev Container".Initialize storybook using either of the two methods described above.
System
Additional context
The command
npx storybook@latest sandbox
also experiences the same issue:The text was updated successfully, but these errors were encountered: