Unable to build from source
kyleratti opened this issue · 0 comments
kyleratti commented
Hi,
I went to fork this site so I could add alternating table row backgrounds for vendors without special row background colors and hover effects (e.g. Olympus) and submit a pull request. When I run npm i
and npm run develop
, however, I am unable to build the site as I receive a GraphQL error on every page:
37:5 error Cannot query field "allCanonFdJson" on type "Query" graphql/template-strings
I have not worked with Gatsby.js or GraphQL before but I seem to be missing the actual source data. I am not sure if that is intentional?
Thanks!