devan
03/27/2018, 7:29 PMyarn add graphql apollo-boost react-apollo, setup my client and ApolloProvider, and load the app, I get console errors galore like this:
Error: Cannot find module "graphql/language/printer"
./node_modules/graphql-tag/src/index.js
Module not found: Error: Can't resolve 'graphql/language/parser' in '/Users/devan/client-dashboard/frontend/node_modules/graphql-tag/src'
Can anyone help me with this?nikolasburk
graphql explicitly as well: yarn add graphqldevan
03/28/2018, 3:58 AM