My code: https://github.com/who-know-cg/main-gatsby
Every time I build my Gatsby app (on Zeit) I get this error message:
ERROR #11321 PLUGIN
"gatsby-transformer-json" threw an error while running the onCreateNode lifecycle:
Could not find function loadNodeContent for plugin gatsby-source-buttercms
Error: Could not find function loadNodeContent for plugin gatsby-source-butter cms
And I never meet this error when in developing using gatsby develop
.
Here is a similar question on github https://github.com/ldd/gatsby-source-github-api/issues/10 . But I don't know what the answer means, and I don't know if it's the same issue either.
Please help me find what part is going wrong, thanks you.