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
This package names several internal packages of storybook as peer-dependencies. Because those packages usually aren't installed explicitly, it may throw errors in certain package-managers. Below is an example of pnpm.
I would like to see those peer-deps removed. Would this be possible or is there any reason I may have overlooked for having them in the first place?
@j3rem1e those are there to test your addon within its own repo. You can remove the ones your addon doesn't use.
The idea is that the addon relies on these dependencies to work. This dependency comes from the end user's storybook install. Hence, they are listed as peer dependencies. It's kind of like a component library listing react as a peer dependency.
Describe the bug
This package names several internal packages of
storybook
as peer-dependencies. Because those packages usually aren't installed explicitly, it may throw errors in certain package-managers. Below is an example ofpnpm
.I would like to see those peer-deps removed. Would this be possible or is there any reason I may have overlooked for having them in the first place?
Thanks in advance!
The text was updated successfully, but these errors were encountered: