-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Unable to start Storybook after upgrading from 6.4.22 -> 6.5.3 #18280
Comments
Similar situation here, with the same packages, the first breaking error for me is:
|
@minnocci-bcgdv You can resolve that particular error with the plugin you see in the |
I am also running into this issue. |
Looks like there's a work around for the I'll look at the |
Looks like the I can see the CI on the |
We’re cleaning house! Storybook has changed a lot since this issue was created and we don’t know if it’s still valid. Please open a new issue referencing this one if:
|
Describe the bug
When running
start-storybook
, after the manager builds it just waits indefinitely.To Reproduce
I've not been able to reproduce this in the minimal repo yet. The context I'm seeing it in is a large monorepo in its microservices.
System
Environment Info:
System:
OS: macOS 12.2.1
CPU: (10) arm64 Apple M1 Max
Binaries:
Node: 16.13.0 - /usr/local/bin/node
Yarn: 3.1.1 - /usr/local/bin/yarn
npm: 8.1.0 - /usr/local/bin/npm
Browsers:
Chrome: 101.0.4951.64
Edge: 101.0.1210.47
Firefox: 99.0.1
Safari: 15.3
Additional context
I thought it might be related to the dependency errors mentioned in #18278 because I saw them as well, so I injected pollyfills for the missing node packages into the manager's webpack and resolved those errors, but that didn't fix it. It might be worth mentioning that we use yarn workspaces and yarn plug'n'play. Here's the part of the package.json related to Storybook:
and here's our main.js:
Lastly, here's the output from
start-storybook
with thedebug-webpack
flag (its extremely long so I put it in a Google doc):https://docs.google.com/document/d/1EdEPz7on_LH6xtduMK5P6-o4l3ERuDO5zHKsb4XmFk0/edit?usp=sharing
After that last line, nothing happens, it just sits there indefinitely.
The text was updated successfully, but these errors were encountered: