-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Description
I get this error when I set up gatsby-transformer-sharp to my gatsby-config.js:
Your plugins must export known APIs from their gatsby-node.js.
The following exports aren't APIs. Perhaps you made a typo or
your plugin is outdated?
See https://www.gatsbyjs.org/docs/node-apis/ for the list of Gatsby Node APIs
— The plugin "[email protected]" is exporting a variable named "onNodeCreate" which isn't an API. Perhaps you meant to export "onCreateNode"?
Is the plugin just out of date?
MacOS 10.13 beta
Node v8.1.3
Gatsby 1.0.0-beta.7
My gatsby-config.js
module.exports = {
siteMetadata: {
title: `Some Title`,
},
plugins: [
`gatsby-transformer-sharp`
]
}Metadata
Metadata
Assignees
Labels
No labels