iamclaytonray
02/18/2018, 12:05 AMgraphql and Yarn. I’m not 100% sure how it works but from what I know, it seems as if Yarn tries to install multiple versions of graphql in your node_modules. The simplest solution is to rm -rf node_modules && npm i until the issue is resolved from Yarn’s side