Gatsby site deploy failed

hmm, as this issue seems to be coming from gatsby itself, there are few things we can check.

Can you post the full build log also, please?

  • clear cache and redeploy, maybe gatsby’s dependencies didn’t download correctly
  • are you committing your package-lock file? it could be that there is some minor version conflict between the working config on your local machine and what we end up recreating on our server
  • is it a case issue (seems unlikely)