-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: _gatsbyCoreUtils.updateSiteMetadata
is not a function
#34455
Comments
Hi! Please do two things:
You can also run |
_gatsbyCoreUtils.updateSiteMetadata
is not a function
I can confirm the above fixes the problem. |
I ran into this problem too and updating the
|
Hi LekoArts, Thanks for coming to help. After some time I managed to figure it out, Thanks again. |
Hi Jennifer, I can see you have the same issue as me regarding the Gatsby version being 4.4. Try running |
I'll publish a new version of Edit: |
Preliminary Checks
Description
After following the steps to use the gatsby image plugin, found on https://www.gatsbyjs.com/plugins/gatsby-plugin-image, my terminal refuses to run gatsby develop.
I'm guessing there's an issue somewhere inside my installation of Gatsby, because this error is reproduced on the most barebones of websites, see the repo / sandbox .
Reproduction Link
https://github.com/MJWils/gatsby-imageplugin-bug
Steps to Reproduce
plugins: [
+++
gatsby-plugin-image
,+++
gatsby-plugin-sharp
,+++
gatsby-transformer-sharp
, // Needed for dynamic images],
}
...
Expected Result
I expected to be able to use the plugin.
Actual Result
I was not able to use the plugin, and gatsby develop throws an UNHANDLED REJECTION error.
Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: