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
{{ message }}
This repository was archived by the owner on Jun 28, 2025. It is now read-only.
So I used npx sb@next repro, and it all works fine. But as I've commented in the following code block, a clean vite + sb-builder-vite install errors out
yarn create vite # I used the react-ts templatecd<folder name>
yarn
npx sb@next init --builder storybook-builder-vite # https://storybook.js.org/blog/storybook-for-vite/
yarn storybook # acorn jsx error
yarn add --dev @storybook/core-common webpack@^5 # Peer dependencies that yarn said were unmet, so this is an attempt to try to fix the error
yarn storybook # acorn jsx error still occuring
Here's a screenshot of the "acorn jsx error"
This error seems to make everything load infinitely. No error gets displayed in my shell, and everything comes to a standstill.