Title: Version 22.20.0 tightens Module Loader ? · Issue #60290 · nodejs/node · GitHub
Open Graph Title: Version 22.20.0 tightens Module Loader ? · Issue #60290 · nodejs/node
X Title: Version 22.20.0 tightens Module Loader ? · Issue #60290 · nodejs/node
Description: Version 22.20.0 LTS Platform Darwin M-ldkfj2929292 24.6.0 Darwin Kernel Version 24.6.0: Mon Aug 11 21:16:34 PDT 2025; root:xnu-11417.140.69.701.11~1/RELEASE_ARM64_T6020 arm64 Subsystem No response What steps will reproduce the bug? befor...
Open Graph Description: Version 22.20.0 LTS Platform Darwin M-ldkfj2929292 24.6.0 Darwin Kernel Version 24.6.0: Mon Aug 11 21:16:34 PDT 2025; root:xnu-11417.140.69.701.11~1/RELEASE_ARM64_T6020 arm64 Subsystem No response ...
X Description: Version 22.20.0 LTS Platform Darwin M-ldkfj2929292 24.6.0 Darwin Kernel Version 24.6.0: Mon Aug 11 21:16:34 PDT 2025; root:xnu-11417.140.69.701.11~1/RELEASE_ARM64_T6020 arm64 Subsystem No response ...
Opengraph URL: https://github.com/nodejs/node/issues/60290
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Version 22.20.0 tightens Module Loader ?","articleBody":"### Version\n\n22.20.0 LTS\n\n### Platform\n\n```text\nDarwin M-ldkfj2929292 24.6.0 Darwin Kernel Version 24.6.0: Mon Aug 11 21:16:34 PDT 2025; root:xnu-11417.140.69.701.11~1/RELEASE_ARM64_T6020 arm64\n```\n\n### Subsystem\n\n_No response_\n\n### What steps will reproduce the bug?\n\nbefore 22.20.0 upgrade, we had 22.17.1 and our script configuration was working correctly.\n\nThe line of code (script block, and the affected line respecr) - with 22.17.1\n\n\n`\"test\": \"cd ../../ \u0026\u0026 jest --verbose --testPathPatterns=packages/platform-tooling\"`\n\n`moduleNameMapper: {\n '^uuid$': require.resolve('uuid'),\n ...\n },`\n\nAfter upgrading to node 22.20.0 - we are seeing the following error stack when that uuid module is being loaded(uuid package version hasn't changed)\n\n`Error: Jest: Failed to parse the TypeScript config file /Users/dumb-user/mockingbird/jest.config.ts\n\n ReferenceError: require is not defined in ES module scope, you can use import instead\n\n at readConfigFileAndSetRootDir (/Users/dumb-user/mockingbird/packages/platform-tooling/node_modules/jest-config/build/index.js:2258:13)\n\n at async readInitialOptions (/Users/dumb-user/mockingbird/packages/platform-tooling/node_modules/jest-config/build/index.js:1147:13)\n\n at async readConfig (/Users/dumb-user/mockingbird/packages/platform-tooling/node_modules/jest-config/build/index.js:918:7)\n\n at async readConfigs (/Users/dumb-user/mockingbird/packages/platform-tooling/node_modules/jest-config/build/index.js:1168:26)\n\n at async runCLI (/Users/dumb-user/mockingbird/packages/platform-tooling/node_modules/@jest/core/build/index.js:1393:7)\n\n at async Object.run (/Users/dumb-user/mockingbird/packages/platform-tooling/node_modules/jest-cli/build/index.js:656:9)`\n\n🤔 Why does this happen? And here is my stupid theory (please rebut and let me know the root cause)\n\n1. Node v22.20.0 tightened its module loader so a require() on a .ts file now throws ERR_REQUIRE_ESM whenever the file is treated as an ES module. That change comes from the work introducing the native TypeScript loader (--experimental-strip-types) described in the v22.6.0+ release notes on nodejs.org; the loader defaults .ts to ESM, so plain require() is rejected (?)\n\n2. When Jest tries to load `jest.config.ts`, it calls require(configPath). Since Node 22.20 reports ERR_REQUIRE_ESM, the code in node_modules/jest-config/build/readConfigFileAndSetRootDir.js falls back to await import(configPath). Inside that ESM evaluation require is not defined, so the line `^uuid$': require.resolve('uuid')` immediately throws the “ReferenceError: require is not defined in ES module scope” you’re seeing(?)\n\n\nHope this makes sense. And thanks in advance for looking into it. \n\n\n\n### How often does it reproduce? Is there a required condition?\n\nImmediately after moving from 22.17.1 to 22.20.0 \n\n### What is the expected behavior? Why is that the expected behavior?\n\nNo change in behaviour in any minor/patch version released. Not at least for tightening ESM vs. CJS expectations.\n\n### What do you see instead?\n\nAs reported above in stack trace.\n\n### Additional information\n\n_No response_","author":{"url":"https://github.com/mohammedmanna-skyscanner","@type":"Person","name":"mohammedmanna-skyscanner"},"datePublished":"2025-10-17T10:52:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/60290/node/issues/60290"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:88b49d79-187c-b26e-530d-95891b8ca632 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B8D4:3FCB4A:671A71:920C0A:6A4CAD6C |
| html-safe-nonce | 54a940bd55fbdd702273b32d34dc3c8416b3686ce9309a4a4ffae828c89e2f2e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOEQ0OjNGQ0I0QTo2NzFBNzE6OTIwQzBBOjZBNENBRDZDIiwidmlzaXRvcl9pZCI6IjIyNjg2NDQ5MTc3MjE3Mzg2MDQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | c47113aab263c14a7d6e0aaf248d9b51483e835db681005c493e04e3590bc97e |
| hovercard-subject-tag | issue:3525583437 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodejs/node/60290/issue_layout |
| twitter:image | https://opengraph.githubassets.com/5291e6b4a890f31f933c57dd34921623eb2da3d0f1d3a52c2b17cc52a247170f/nodejs/node/issues/60290 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/5291e6b4a890f31f933c57dd34921623eb2da3d0f1d3a52c2b17cc52a247170f/nodejs/node/issues/60290 |
| og:image:alt | Version 22.20.0 LTS Platform Darwin M-ldkfj2929292 24.6.0 Darwin Kernel Version 24.6.0: Mon Aug 11 21:16:34 PDT 2025; root:xnu-11417.140.69.701.11~1/RELEASE_ARM64_T6020 arm64 Subsystem No response ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | mohammedmanna-skyscanner |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c |
| turbo-cache-control | no-preview |
| go-import | github.com/nodejs/node git https://github.com/nodejs/node.git |
| octolytics-dimension-user_id | 9950313 |
| octolytics-dimension-user_login | nodejs |
| octolytics-dimension-repository_id | 27193779 |
| octolytics-dimension-repository_nwo | nodejs/node |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 27193779 |
| octolytics-dimension-repository_network_root_nwo | nodejs/node |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | ae90d426644ca15e89bacceb72e51f4e9dbf85f7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width