-
-
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
[Bug]: storybook dev
crash by file-system-cache
#23189
Comments
We should minimize the use of FS cache, starting with reverting this PR #20136. This will require some changes to how we analyze the data before we can make the change safely. |
@shilman The following issues seem to be related: In our experience, the issue happens when we run Storybook tests in parallel. Our CI crashes randomly because of this error. I guess 2 tests are trying to access the cache at the same time and one of them fails.
This happens on I will check with my team if we can provide a reproduction for this issue. |
@antoinepairet
|
Describe the bug
This is a rare error in the storybook cli and cannot be reproduced. It can be cured by deleting
node_modules/.cache/storybook/dev-server
.The error log is below.To Reproduce
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: