is anyone experiencing `multiple versions of Grap...
# random
c
is anyone experiencing
multiple versions of GraphQL installed in your node_modules directory.
errors after upgrading "prisma-binding": to "1.5.9" and "graphql-yoga": to "1.2.5",
n
a
add this to your package.json and that's it
Copy code
"resolutions": {
    "graphql": "0.13.0"
  }
👍 1
c
@nilan - any plans of fixing the dependencies in graphql-yoga?
n
Already happened, can you check if that helps: https://github.com/graphcool/graphql-yoga/issues/162?
c
No bueno! but adding the resolutions in package.json helped.
🎉 2