entria / entria-fullstack

Monorepo Playground with GraphQL, React, React Native, Relay Modern, TypeScript and Jest
MIT License
497 stars 73 forks source link

Error running relay web #120

Closed itelo closed 4 years ago

itelo commented 4 years ago

Hello everyone, when I run yarn relay: web i got the exit code 100, so I tried to run the command inside the web package, but now I'm getting:

image

sibelius commented 4 years ago

You need to upgrade graphql version, and also make sure all relay versions matches

sibelius commented 4 years ago

yarn workspace @entria/web relay is working well for me

can you try to yarn?

sibelius commented 4 years ago

check this https://github.com/entria/entria-fullstack/pull/125

web is fixed