DSchau / gatsby-blog-starter-kit

A simple starter kit for a static blog created with Gatsby
https://gatsby-blog-starter-kit.netlify.com/
MIT License
126 stars 39 forks source link

There are conflicting field types in your data—warning msg #30

Open heyalbert opened 6 years ago

heyalbert commented 6 years ago

Hi, I set up a new project by using the gatsby-blog-starter-kit. Everything was generated by the starter. But: After running gatsby developI'm always getting this warning:

warning There are conflicting field types in your data. GraphQL schema will omit those fields.
SitePluginConnection.packageJson.author:

Does someone know why? What happened?

DSchau commented 6 years ago

@heyalbert I can't say I've ever seen this before. Did you use yarn to install the dependencies?

heyalbert commented 6 years ago

I'm using npm.

DSchau commented 6 years ago

Want to give it a shot? I use yarn for deterministic version resolution. My guess is npm is grabbing a newer version of a dependency that has some tweaks.