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
Storybook crashes when the Yarn PnP cacheFolder is located on a different drive than C. When running yarn storybook the path contains combined C and D drive (C:\Users\rawf\projects\storybook-pnp-issues\D:\yarn\@storybook-manager-npm-7.0.26-ce3e1a67d5-4912726b5d.):
ERR! Error: Failed to load static files, no such directory: C:\Users\rawf\projects\storybook-pnp-issues\D:\yarn\@storybook-manager-npm-7.0.26-ce3e1a67d5-4912726b5d.zip\node_modules\@storybook\manager\static
This issue doesn't occur when the cacheFolder property points to the C drive.
Describe the bug
Storybook crashes when the Yarn PnP
cacheFolder
is located on a different drive thanC
. When runningyarn storybook
the path contains combinedC
andD
drive (C:\Users\rawf\projects\storybook-pnp-issues\D:\yarn\@storybook-manager-npm-7.0.26-ce3e1a67d5-4912726b5d.
):This issue doesn't occur when the
cacheFolder
property points to theC
drive.There is a sample project provided.
To Reproduce
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: