You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows, on storybook 7.0.27, everything works fine.
After upgrading to 7.1.0, we appear to have regressed on #20928 and storybook fails on windows. It seems likely that this is related to glob being updated to 10 in #22171 that was first released in 7.1.0
> yarn storybook build
@storybook/cli v7.1.0
info => Cleaning outputDir: \storybook-static
ERR! Error: No configuration files have been found in your configDir (C:\Users\bill.collins\git\project\.storybook).
ERR! Storybook needs "main.js" file, please add it (or pass a custom config dir flag to Storybook to tell where your main.js file is located at).
Describe the bug
On windows, on storybook 7.0.27, everything works fine.
After upgrading to 7.1.0, we appear to have regressed on #20928 and storybook fails on windows. It seems likely that this is related to
glob
being updated to 10 in #22171 that was first released in 7.1.0To Reproduce
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: