Skip to content
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 with gatsby-plugin-sharp #34

Open
robinheinze opened this issue Mar 14, 2022 · 2 comments
Open

Error with gatsby-plugin-sharp #34

robinheinze opened this issue Mar 14, 2022 · 2 comments

Comments

@robinheinze
Copy link

robinheinze commented Mar 14, 2022

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?

@wkocjan
Copy link
Owner

wkocjan commented Mar 15, 2022

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.

@robinheinze
Copy link
Author

robinheinze commented Mar 16, 2022

Ok, no worries! I will try downgrading Gatsby and see if that helps. Great theme, BTW! Everything works wonderfully :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants