This repository was archived by the owner on Apr 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 343
Incorrect peer dependency warning #78
Milestone
Comments
I'm going to move graphql to a peer dep which will fix this! |
Awesome! |
done via #144 |
apollo-link-http@1.3.2 requires a peer of graphql@^0.11.0 but none is installed. You must install peer dependencies yourself.
|
seems like bug resurfaced. Getting same error. |
Same here :( |
Same here. Do I need to add this dependency? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Intended outcome:
Using the apollo-link-core npm package
Actual outcome:
Received a warning on install of the npm package
How to reproduce the issue:
Make sure you have yarn installed: https://yarnpkg.com/en/docs/install
(It looks like npm does not verify peer dependencies?)
The text was updated successfully, but these errors were encountered: