ThunderMiracle

Results 5 comments of ThunderMiracle

This starter is not using Netlify CMS. If the issue is not concerned to the repository, I think you'd better ask it in GatsbyJS or StackOverflow. Or search other starters...

@btihen Thank you very much for the report! I'm using `yarn` instead of `npm` to manage npm-packages for a long time, so I didn't aware there's sth wrong in my...

I tried a little bit more and found that this issue only happens in node15 but it's ok in node12 even using `npm install`. It's a hot potato for me...

@WieFel This one a different problem IMO. I migrated Gatsby from 2 to 3 so the minimal node version should be 12.13 as described in Gatsby's document: [Minimal Node.js version...

> I was thinking about making a second call to the createPage function inside the exports.createPages I think your solution is right. Some customizations are better than embedding everything for...