Can't run storybook in Codespaces. #144996
Unanswered
PraneshBalasubramaniam
asked this question in
Codespaces
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I created a new react-vite app with Storybook using
npx storybook@latest init
and run
npm run storybook
, it opened inport 6006
but instead of the storybook app I gothtml content
displayed.The same steps open the storybook app locally but in Codespaces shows html content.
Note
But it works well in gitpod.io
Beta Was this translation helpful? Give feedback.
All reactions