Gatsby-source-datocms comptible with Gatsby v3?

Hi Team,

Any idea if gatsby-source-datocms is compatible with gatsby v3?

Thanks
S

hey @shannon it should, but we’ll work on supporting all the new features!

Hey! We’ve just released v2.6.0 with experimental support for the new GatsbyImage component! https://github.com/datocms/gatsby-source-datocms#for-gatsby-v3-currently-in-beta

Let us know what you think!

Just tried installing this (my first time) and get the following error.

Simons-MBP-2:pbscFRONT Simon$ npm install --save gatsby-source-datocms
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: gatsby3@1.0.0
npm ERR! Found: gatsby@3.0.4
npm ERR! node_modules/gatsby
npm ERR!   gatsby@"^3.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer gatsby@"^2.12.1" from gatsby-source-datocms@2.6.0
npm ERR! node_modules/gatsby-source-datocms
npm ERR!   gatsby-source-datocms@"*" from the root project

You were right @cooper.sf! Please try gatsby-source-datocms v2.6.1, it should solve the issue!

yep, that works now! Thanks

1 Like