Unmet peer dependencies
See original GitHub issueI’m getting the following unmet peer dependencies with latest of these packages. Any help would be greatly appreciated
warning "@storybook/addon-essentials > @storybook/addon-measure@1.3.1" has unmet peer dependency "@storybook/components@^6.3.0".
warning "@storybook/addon-essentials > @storybook/addon-measure@1.3.1" has unmet peer dependency "@storybook/core-events@^6.3.0".
warning "@storybook/addon-essentials > @storybook/addon-measure@1.3.1" has unmet peer dependency "@storybook/theming@^6.3.0".
warning "@storybook/addon-essentials > @storybook/addon-docs > @storybook/core > @storybook/core-client@6.3.0" has unmet peer dependency "webpack@*".
warning "@storybook/react > @storybook/react-docgen-typescript-plugin > react-docgen-typescript@2.0.0" has incorrect peer dependency "typescript@>= 4.3.x".
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
How do I fix the npm UNMET PEER DEPENDENCY warning?
UNMET PEER DEPENDENCY error is thrown when the dependencies of one or more modules specified in the package.json file is not met.
Read more >Error npm UNMET PEER DEPENDENCY warning - Edureka
UNMET PEER DEPENDENCY error is thrown when the dependencies of one or more modules specified in the package.json file is not met.
Read more >ERR_PNPM_PEER_DEP_ISSU...
ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies and The command '/bin/sh -c pnpm install' ... Peer dependencies that should be installed:
Read more >Addressing the shortcomings of peer dependencies - HackMD
When the app host does not come up with a resolution that satisfies all peer dependency requirements, we get the classic “unmet peer...
Read more >[package] has unmet peer dependency - Notes and Anecdotes
What should I do with my missing peer dependecy? ... Either install the package on the right hand side (the unmet peer dependency)...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It should automatically be resolved when you upgrade Storybook,
npx sb upgrade
Yea,
@react-theming/storybook-addon
will have to update those dependencies. You’ll want to open an issue here: https://github.com/react-theming/storybook-addon@storybook/addon-devkit` has largely been deprecated in favour of https://github.com/storybookjs/addon-kit. That said, addon authors still have manage updating dependencies.