question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

peer dependencies warnings with @graphql-modules/epoxy

See original GitHub issue

Describe 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
dotansimhacommented, Nov 16, 2018

Fixed in 0.14 😃

1reaction
dotansimhacommented, Oct 2, 2018

Thanks @polco! I’ll take a look 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found