Skip to content

Instantly share code, notes, and snippets.

View McLeodSean's full-sized avatar
🔮
It's like watching code DRY

Sean McLeod McLeodSean

🔮
It's like watching code DRY
View GitHub Profile
@McLeodSean
McLeodSean / description.md
Created May 13, 2026 05:58
Gatsby 5.16 + Node 24 Runtime SSR Bug

Minimal standalone script that reproduces the exact crash without Gatsby or a deploy target.

mkdir gatsby-ssr-node24-repro && cd gatsby-ssr-node24-repro
npm init -y
npm install fs-extra@11 linkfs@2
nvm install 24 && nvm use 24

Add repro.js and run: