Closed garritfra closed 5 years ago
This isn’t an issue with the starter.
Did you use yarn to install dependencies?
What seems to be happening is later versions than are pinned in yarn.lock are being installed.
I used npm in this case. That's probably it. Closing this issue, thanks!
After creating a project via
gatsby new blog https://github.com/dschau/gatsby-blog-starter-kit
and starting it withnpm start
, I get the following output:I suppose this has to do with a new version of react, but cant exactly point out what it is. could you take a look at this?