←back to thread

272 points abdisalan | 1 comments | | HN request time: 0.219s | source
Show context
melbourne_mat ◴[] No.42175889[source]
First thing I would have done is upgrade the version of Gatsby to latest. Did the author try that?

If upgrading is difficult because of 4 years of breaking changes, blame Gatsby for not being backwards compatible. Also blame your original choice of going with a hokey framework.

Speaking of hokey framework: 167 dependencies and 3000 versions of Gatsby in npm.

replies(2): >>42177318 #>>42186453 #
1. Eric_WVGG ◴[] No.42186453[source]
The first thing I would have done is check the version of Node.

That's a quick fix, upgrading a framework is a guaranteed min hour of poking around before the system is even running.

I dunno why `engines` isn't in every `package.json` file, would certainly have saved me hours of nonsense.