-
Notifications
You must be signed in to change notification settings - Fork 18
Meteor package depends on apollo-link-ddp client code. #315
Comments
Hm, I believe the latest version of the client code ( |
It seems
|
Here is the full issue I have when the 2 graphql are present :
I hope this helps somehow. |
I see... You're right: I'll fix that soon. |
May I ask, where is the second |
In my setup, most of my backend setup is in a Meteor package. I would like to "Npm.depends" The second Removing all GraphQL NPM packages from |
Because meteor/swydo:ddp-link requires an install of apollo-link-ddp, we also need to install the npm package graphql.
ddp-apollo/lib/server/setup.js
Line 6 in 2062480
These result in 2 graphql packages in the node_modules directory and conflicts.
I would prefer not importing the Apollo Link DDP npm module for the client in the server code.
The text was updated successfully, but these errors were encountered: