Open hayeon9826 opened 2 years ago
@hayeon9826 what version are you upgrading from?
@shilman From yarn 1.22.19 to yarn 3.2.3
@hayeon9826 I see. So you were not upgrading from an older version of Storybook that supported pnp. Thanks for clarifying!
Describe the bug
Storybook is not working with yarn pnp. I upgraded my yarn version to yarn berry, and it's not working anymore. (Used to work perfectly on previous yarn version with node modules)
When I try to run storybook
It gets following errors:
I looked up for the relevant issues and added packageExtensions code on .yarnrc.yml, but still not working (getting the same errors)
and my package.json
To Reproduce
I Just followed the storybook document (https://storybook.js.org/docs/react/get-started/install)
System
Additional context
No response