peer dependencies warnings with @graphql-modules/epoxy
See original GitHub issueDescribe the bug When installing the latest version of graphql-code-generator, there are 2 unmet peer dependencies warning caused by the CLI package.
warning "graphql-code-generator > @graphql-modules/epoxy@0.1.6" has unmet peer dependency "@graphql-modules/logger@*".
warning "graphql-code-generator > @graphql-modules/epoxy > graphql-tools@3.1.1" has incorrect peer dependency "graphql@^0.13.0".
To Reproduce Steps to reproduce the behavior: install the library
Expected behavior no warning 😃
Environment:
- OS: macOS 10.13.6
- Codegen: 0.12.6
- Node: v8.12.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
React admin unmet peer dependencies warning
warning "react-admin > connected-react-router@6.9.1" has unmet peer dependency "history@^4.7.2". I have already tried to install those mentioned ...
Read more >You must install peer dependencies warning during npm install
My company's code base runs on node 14.x. Whenever I try to install and build, I get these peer dependency warnings. My main...
Read more >npm Peer Dependencies - Fathom
With npm version 4 through to 6, a warning is issued when you run npm install to remind you to install the peer...
Read more >Understanding Peer Dependencies in JavaScript
When to use peerDependencies? Peer dependencies really come into play when you're developing code that will be used by others, such as plugins ......
Read more >check-peer-dependencies - npm
Checks peer dependencies of the current package. Offers solutions for any that are unmet.. Latest version: 4.1.0, last published: a year ago ...
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 FreeTop 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
Top GitHub Comments
Fixed in 0.14 😃
Thanks @polco! I’ll take a look 😃