Storybook missing some stories/components on clean npm install #15010
Unanswered
jonathanhuang13
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Versions and Environment
All of these are dev dependencies except react.
Issue
When I develop locally and run npm run storybook (start-storybook -p 6006), I see all of my components in Storybook (localhost:6006). However, when I run a docker container, clone my repo, and run npm run storybook, some of the components are missing (some of them exist though).
I've checked that all of my stories are named correctly and in the right folder.
Files
Example of a story that goes mysteriously missing:
Example of story that does not go missing:
Created an issue #15011
Beta Was this translation helpful? Give feedback.
All reactions