-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Impossible to run storybook with latest update #18
Comments
I have the same problem (pnpm 9.15.1 with workspaces, vite 6.0.5)
|
I want to share a temporary solution. I visited the site https://new-storybook.netlify.app/, where I followed the link to the demo version for SolidJS. I updated the package.json
and the error was corrected |
package.json add
|
The error occurs because the dependency @storybook/builder-vite@next was installed, resulting in the non-stable version 5.0.0-beta. This library is not yet compatible.
If you are using pnpm, you can try
|
Describe the bug
I have try to upgrade to latest version of storybook but it doesn't work
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: