macOS Node 23: "internal-data-bridge" threw an error while running the sourceNodes lifecycle: "length" is outside of buffer bounds #39223
Labels
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
type: bug
An issue or pull request relating to a bug in Gatsby
Preliminary Checks
Description
Building a Gatsby app on MacOS with Node 23 doesn't work, giving an error about internal-data-bridge (full logs below)
Reproduction Link
https://github.com/domdomegg/gatsby-39223-mre
(you can see failure logs in the GitHub actions run too)
Steps to Reproduce
brew install node
(Node 23)npm init gatsby -- -y -ts gatsby-repro
cd gatsby-repro && npm run build
Expected Result
The site builds correctly
Actual Result
The build fails with an error
Logs
Environment
System: OS: macOS 15.2 CPU: (12) arm64 Apple M2 Pro Shell: 5.9 - /bin/zsh Binaries: Node: 23.6.1 - /opt/homebrew/bin/node Yarn: 1.22.19 - /opt/homebrew/bin/yarn npm: 10.9.2 - /opt/homebrew/bin/npm Browsers: Chrome: 132.0.6834.160 Safari: 18.2 npmPackages: gatsby: ^5.14.1 => 5.14.1
Config Flags
No response
The text was updated successfully, but these errors were encountered: