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
{{ message }}
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
I keep getting below warning despite I have installed @storybook/addons version 5.1.1 in the package.
npm WARN @dump247/[email protected] requires a peer of @storybook/addons@^3.2.16 but none is installed. You must install peer dependencies yourself
Probably peer dependency needs to change from @storybook/addons@^3.2.16 to @storybook/addons@>=3.2.16 (if minimum 3.2.16 version is required as peer dependency)?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I keep getting below warning despite I have installed @storybook/addons version 5.1.1 in the package.
npm WARN @dump247/[email protected] requires a peer of @storybook/addons@^3.2.16 but none is installed. You must install peer dependencies yourself
Probably peer dependency needs to change from
@storybook/addons@^3.2.16
to@storybook/addons@>=3.2.16
(if minimum 3.2.16 version is required as peer dependency)?The text was updated successfully, but these errors were encountered: