mpartipilo / gatsby-source-cockpit

Gatsby plugin to access remote content from a Cockpit API (http://getcockpit.com/)
MIT License
13 stars 3 forks source link

gatsby build fails #6

Closed Craeckerffm closed 5 years ago

Craeckerffm commented 5 years ago

gatsby: 2.0.17 gatsby-plugin-cockpit: 1.0.39

Error Message:

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

mpartipilo commented 5 years ago

That’s a different plugin, not the one I develop.

I can try mine out later with gatsby v2 and see if there’s any work to be done.

On Thu, 4 Oct 2018 at 15:54, Craeckerffm notifications@github.com wrote:

gatsby: 2.0.17 gatsby-plugin-cockpit: 1.0.39

Error Message:

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 "gatsby-plugin-cockpit@1.0.39" is exporting a variable named "collectionsItems" which isn't an API.

The plugin "gatsby-plugin-cockpit@1.0.39" is exporting a variable named "regionsItems" which isn't an API.

The plugin "gatsby-plugin-cockpit@1.0.39" is exporting a variable named "collectionsNames" which isn't an API.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mpartipilo/gatsby-source-cockpit/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcgaTjr4mCBg1tBqgsKlC_fgx-FGBZwks5uhhMRgaJpZM4XIKXV .

Craeckerffm commented 5 years ago

cheeese, im sorry. i got fooled by the github link on the gatsby plugin-page