-
Notifications
You must be signed in to change notification settings - Fork 732
Open
Description
This issue pertains to the following package(s):
- GraphQL Playground - Electron App
- GraphQL Playground HTML
- GraphQL Playground
- GraphQL Playground Express Middleware
- GraphQL Playground Hapi Middleware
- GraphQL Playground Koa Middleware
- GraphQL Playground Lambda Middleware
What OS and OS version are you experiencing the issue(s) on?
MacOS 10.14.5
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
What is the expected behavior?
I would like to be able to install graphql-playground-react
into an existing project graphql-client project without ending up with two incompatible versions of the graphql
package installed.
What is the actual behavior?
I end up with [email protected]
installed alongside my project's expected [email protected]
package.
chris-humu