Open AutomateAaron opened 3 years ago
Same issue here.
Hi @AaronNBrock, apologies for the delay in response. This repo uses yarn workspaces, so you'll actually need to run the commands in the root instead of inside of the example
directory.
yarn
in the root to install dependenciesyarn workspaces example start
in the root to spin up the example repo site locally
Hello, I'm brand new to Gasby & this theme. I was just trying to get the example working, to do this I cloned the repo, navigated to the
gatsby-theme-apollo/example
directory & installed the dependencies:and tried to start the dev server:
But was given the following error:
It is totally possible I've done something wrong. If so, what did I do wrong? If not, I'd like to report this as a bug.