6.3rc - storybook-build script hangs
See original GitHub issueDescribe 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® Core™ 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/
and package-lock.json
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:7 (2 by maintainers)
Top GitHub Comments
I think it is duplicate to https://github.com/storybookjs/storybook/issues/15227
It is related to scss worker not correctly terminated… i presume
Closing as duplicate to #15227 & have copied repro there