You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running gatsby build, it fails with this error:
ERROR #11329
Your plugins must export known APIs from their gatsby-node.js.
See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
- The plugin [email protected] is using the API "unstable_onPluginInit" which is not a known API.
Some of the following may help fix the error(s):
- Rename "unstable_onPluginInit" -> "onPluginInit"
Can we upgrade gatsby-plugin-sharp?
The text was updated successfully, but these errors were encountered:
Hey, thanks for info. The theme is currently compatible with Gatsby v2 - I need to make more comprehensive upgrade to v3, I plan to do it within a few weeks, but I don't have any exact ETA yet.
When running
gatsby build
, it fails with this error:Can we upgrade gatsby-plugin-sharp?
The text was updated successfully, but these errors were encountered: