-
Notifications
You must be signed in to change notification settings - Fork 1k
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?]: Can't run Storybook on latest release #11595
Comments
Thanks @JrobT! @arimendelow Are you able to take a look at this one and see if anything jumps to your mind? |
Huh, this is odd — I just did a sanity check of creating a new project and testing it out, but ran into no issues. I believe we need more info — @JrobT:
|
Hi. I've been able to get my teammate to reproduce it. Web package.json:
main package.json:
|
I think I've fixed this by uninstalling the My web package.json now looks like this:
|
Oh, interesting!! How'd you figure out that was the issue? Looks like it was deprecated a few Storybook majors ago, so it makes sense it was causing issues :) |
I was just clearing out the storybook packages in the hope that pulling it back to the redwood default packages would fix it. I must have missed that one the first time. Didn't realise we had it. Thanks for the responses and help. |
This is very unlikely to be your problem, but in case anyone else stumbles here like I did, I had a similar issue. My redwood storybook couldn't load (was 404ing on http://localhost:7910/sb-addons/essentials-toolbars-4/manager-bundle.js - and in fact was not even creating the web/node_modules/.cache/storybook/public/ directory). I've filed an issue with million: aidenybai/million#1163 |
What's not working?
I'm trying to run Storybook via
yarn rw sb
after upgrading to RedwoodJS v8.2, and I keep hitting errors.The related storybook packages are:
I've tried deleting the
.storybook
folder and allowing the command to re-create the files, and that didn't work. Runningyarn rw sb
just gives:How do we reproduce the bug?
No response
What's your environment? (If it applies)
No response
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: