-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apollo-link
dependency causing multiple versions of graphql
under node_modules
#424
Comments
apollo-link
dependency causing multiple versions of graphql
under node_modules
I believe this would require changing |
Ping @jbaxleyiii @peggyrayzis |
Also, as a note, the current declaration of
|
Any updates ? |
Should be fixed in 2.7.0. |
Seems broken in 2.7.1 |
I agree that it's broken in 2.7.1. In previous version (2.5.1) there was no problem with it:
|
We had to remove |
I was referring to original issue when I said it was fixed. Sorry, I didn't read further messages :) |
As the original issue is not fixed via the change of dependency, I have created a new issue (#472) for this particular problem. |
The dependency is gone, but there is indeed a new issue with TypeScript. Thanks for opening a new issue! |
Since this PR:
#409
My server is using
graphql
0.11.7, and latestgraphql-tools
, and now it comes with a dependency forapollo-link
, causing my node_modules have multiple copies for GraphQL:Causing the server to throw:
The text was updated successfully, but these errors were encountered: