{"record":{"id":"bce73b94e97f48ad","repo":"gatsbyjs/gatsby","slug":"you-are-currently-using-a-prerelease-version-of-no","errorCode":null,"errorMessage":"You are currently using a prerelease version of Node (${version}), which is not supported.\nYou can use this for testing, but we do not recommend it in production.\nBefore reporting any bugs, please test with a supported version of Node (>=${MIN_NODE_VERSION}).","messagePattern":"You are currently using a prerelease version of Node \\((.+?)\\), which is not supported\\.\nYou can use this for testing, but we do not recommend it in production\\.\nBefore reporting any bugs, please test with a supported version of Node \\(>=(.+?)\\)\\.","errorType":"console","errorClass":null,"httpStatus":null,"severity":"error","filePath":"packages/gatsby-cli/src/index.ts","lineNumber":41,"sourceCode":"// const NEXT_MIN_NODE_VERSION = `10.13.0`\n\nconst { version } = process\n\nif (\n  !semver.satisfies(version, `>=${MIN_NODE_VERSION}`, {\n    includePrerelease: true,\n  })\n) {\n  report.panic(\n    report.stripIndent(`\n      Gatsby requires Node.js ${MIN_NODE_VERSION} or higher (you have ${version}).\n      Upgrade Node to the latest stable release: https://gatsby.dev/upgrading-node-js\n    `)\n  )\n}\n\nif (semver.prerelease(version)) {\n  report.warn(\n    report.stripIndent(`\n    You are currently using a prerelease version of Node (${version}), which is not supported.\n    You can use this for testing, but we do not recommend it in production.\n    Before reporting any bugs, please test with a supported version of Node (>=${MIN_NODE_VERSION}).`)\n  )\n}\n\n// if (!semver.satisfies(version, `>=${NEXT_MIN_NODE_VERSION}`)) {\n//   report.warn(\n//     report.stripIndent(`\n//       Node.js ${version} has reached End of Life status on 31 December, 2019.\n//       Gatsby will only actively support ${NEXT_MIN_NODE_VERSION} or higher and drop support for Node 8 soon.\n//       Please upgrade Node.js to a currently active LTS release: https://gatsby.dev/upgrading-node-js\n//     `)\n//   )\n// }\n\nprocess.on(`unhandledRejection`, reason => {","sourceCodeStart":23,"sourceCodeEnd":59,"githubUrl":"https://github.com/gatsbyjs/gatsby/blob/e85d62f1779e353eaac1753211629a26d123e26c/packages/gatsby-cli/src/index.ts#L23-L59","documentation":"Error \"You are currently using a prerelease version of Node (${version}), which is not supported.\nYou can use this for testing, but we do not recommend it in production.\nBefore reporting any bugs, please test with a supported version of Node (>=${MIN_NODE_VERSION}).\" thrown in gatsbyjs/gatsby.","triggerScenarios":"Thrown at packages/gatsby-cli/src/index.ts:41 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Test with a stable supported Node release before reporting bugs","Avoid prerelease Node versions in production builds"],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"e85d62f1779e353eaac1753211629a26d123e26c","analyzedAt":"2026-08-26T17:50:09.662Z","contentChangedAt":"2026-08-26T17:50:09.662Z","schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}