-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
6.3rc - storybook-build script hangs #15294
Comments
Possible duplicate to #14405 |
@shilman Was able to reproduce here: https://github.com/hoffination/storybook-timeout-repro |
I'm experiencing this issue as well, it looks to be different than #14405 in that it gets beyond 99% and gets to
And the build dir contains a fully working storybook site that loads with no errors. This is only happening when I add angular stories. I have some Note: I'm on Windows 10, Node 14.15.0, npm 6.14.8. Storybook 6.3.0-rc.2 |
I think it is duplicate to #15227 It is related to scss worker not correctly terminated... i presume |
Note, I'm also getting the following warning up above in the logs.
This is even with using the webpackDefine plugin to set a NODE_ENV the same as this previous issue: #14257 (comment) Is something getting stuck in dev mode and listening? |
@meriturva That looks like it is the same root cause. |
Closing as duplicate to #15227 & have copied repro there |
Describe the bug
After running the build script, the resulting script hangs and times out in our CI.
Last line before timeout:
info => Output directory: /Users/bh/Dev/<project>/storybook-dist
To Reproduce
https://github.com/hoffination/storybook-timeout-repro
Hoping to see if anyone else has come across this.
Didn't see any others recently in the issues.
System
System:
OS: macOS 11.4
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Binaries:
Node: 14.16.1 - ~/.nvm/versions/node/v14.16.1/bin/node
npm: 6.14.12 - ~/.nvm/versions/node/v14.16.1/bin/npm
Browsers:
Chrome: 91.0.4472.114
Safari: 14.1.1
npmPackages:
@storybook/addon-a11y: 6.3.0-rc.11 => 6.3.0-rc.11
@storybook/addon-actions: 6.3.0-rc.11 => 6.3.0-rc.11
@storybook/addon-essentials: 6.3.0-rc.11 => 6.3.0-rc.11
@storybook/addon-links: 6.3.0-rc.11 => 6.3.0-rc.11
@storybook/addon-storysource: 6.3.0-rc.11 => 6.3.0-rc.11
@storybook/angular: 6.3.0-rc.11 => 6.3.0-rc.11
@storybook/builder-webpack5: 6.3.0-rc.11 => 6.3.0-rc.11
@storybook/manager-webpack5: 6.3.0-rc.11 => 6.3.0-rc.11
@storybook/preset-scss: ^1.0.3 => 1.0.3 (tried with and without this)
Additional context
Same issue is present on 6.3.0-rc.0, updated in an attempt to fix.
I've tried dropping my
node_modules/
andpackage-lock.json
The text was updated successfully, but these errors were encountered: