René's URL Explorer Experiment


Title: `ERR_INTERNAL_ASSERTION` when `import()` and `require()` load the same ESM dependency · Issue #62432 · nodejs/node · GitHub

Open Graph Title: `ERR_INTERNAL_ASSERTION` when `import()` and `require()` load the same ESM dependency · Issue #62432 · nodejs/node

X Title: `ERR_INTERNAL_ASSERTION` when `import()` and `require()` load the same ESM dependency · Issue #62432 · nodejs/node

Description: Version v24.14.0 Platform Darwin parksb 24.4.0 Darwin Kernel Version 24.4.0: Wed Mar 19 21:17:37 PDT 2025; root:xnu-11417.101.15~1/RELEASE_ARM64_T6031 arm64 Subsystem No response What steps will reproduce the bug? Create an ESM-only pack...

Open Graph Description: Version v24.14.0 Platform Darwin parksb 24.4.0 Darwin Kernel Version 24.4.0: Wed Mar 19 21:17:37 PDT 2025; root:xnu-11417.101.15~1/RELEASE_ARM64_T6031 arm64 Subsystem No response What steps will re...

X Description: Version v24.14.0 Platform Darwin parksb 24.4.0 Darwin Kernel Version 24.4.0: Wed Mar 19 21:17:37 PDT 2025; root:xnu-11417.101.15~1/RELEASE_ARM64_T6031 arm64 Subsystem No response What steps will re...

Opengraph URL: https://github.com/nodejs/node/issues/62432

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"`ERR_INTERNAL_ASSERTION` when `import()` and `require()` load the same ESM dependency","articleBody":"### Version\n\nv24.14.0\n\n### Platform\n\n```text\nDarwin parksb 24.4.0 Darwin Kernel Version 24.4.0: Wed Mar 19 21:17:37 PDT 2025; root:xnu-11417.101.15~1/RELEASE_ARM64_T6031 arm64\n```\n\n### Subsystem\n\n_No response_\n\n### What steps will reproduce the bug?\n\n1. Create an ESM-only package called `esm-dep`.\n1. Create a dual package called `dual-pkg` with conditional exports where the `\"import\"` entry (`esm.mjs`) does `import \"esm-dep\"` and the `\"require\"` entry (`cjs.js`) does `require(\"esm-dep\")`.\n1. Create a CJS package called `cjs-pkg` that does `require(\"dual-pkg\")`.\n1. Then run a CJS script that calls `import(\"dual-pkg\")` and `require(\"cjs-pkg\")` in the same synchronous tick.\n\n```js\n// index.cjs\nimport(\"dual-pkg\");\nrequire(\"cjs-pkg\");\n```\n\nA minimal reproduction is available at: https://github.com/parksb/nodejs-node-issue-62432\n\n```\n$ git clone https://github.com/parksb/nodejs-node-issue-62432.git\n$ cd nodejs-node-issue\n$ npm install\n$ nvm use 22\n$ node index.cjs # no error\n$ nvm use 24\n$ node index.cjs # ERR_INTERNAL_ASSERTION\n```\n\n### How often does it reproduce? Is there a required condition?\n\nAlways reproduces on v24.x. The repository includes `.nvmrc` pinned to v24.14.0. Switching to Node 22.x (`nvm use 22`) and re-running `node index.cjs` succeeds without error.\n\nThe required condition is that `import()` and `require()` resolve to different entry points of the same dual package (via conditional exports), and both entry points depend on the same ESM-only package (`esm-dep`). The two calls must happen in the same synchronous tick, with no `await` between them.\n\n### What is the expected behavior? Why is that the expected behavior?\n\nNo error. Both `import()` and `require()` should be able to load `esm-dep`. `require(esm)` has been supported since Node 22.12.0 for synchronous graphs without top-level await.\n\n### What do you see instead?\n\n```\nnode:internal/assert:17\n  throw new ERR_INTERNAL_ASSERTION(message);\n  ^\n\nError [ERR_INTERNAL_ASSERTION]: Unexpected module status 0. Cannot require() ES Module /Users/parksb/nodejs-node-issue/esm-dep/index.js because it is not yet fully loaded.\nThis may be caused by a race condition if the module is simultaneously dynamically import()-ed via Promise.all().\nTry await-ing the import() sequentially in a loop instead.\n (From /Users/parksb/nodejs-node-issue/dual-pkg/cjs.js in non-loader-hook thread)\nThis is caused by either a bug in Node.js or incorrect usage of Node.js internals.\nPlease open an issue with this stack trace at https://github.com/nodejs/node/issues\n\n    at assert.fail (node:internal/assert:17:9)\n    at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:364:16)\n    at loadESMFromCJS (node:internal/modules/cjs/loader:1629:24)\n    at Module._compile (node:internal/modules/cjs/loader:1794:5)\n    at Object..js (node:internal/modules/cjs/loader:1943:10)\n    at Module.load (node:internal/modules/cjs/loader:1533:32)\n    at Module._load (node:internal/modules/cjs/loader:1335:12)\n    at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)\n    at Module.require (node:internal/modules/cjs/loader:1556:12)\n    at require (node:internal/modules/helpers:152:16) {\n  code: 'ERR_INTERNAL_ASSERTION'\n}\n\nNode.js v24.14.1\n```\n\n### Additional information\n\nThese might be related: \n- https://github.com/nodejs/node/issues/55782\n- https://github.com/nodejs/node/pull/60380","author":{"url":"https://github.com/parksb","@type":"Person","name":"parksb"},"datePublished":"2026-03-25T11:52:30.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/62432/node/issues/62432"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b43821b5-4d7e-253d-6df5-23a048dbb2c2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA552:1EF1:2A1E1FF:3BFB943:6A4D0158
html-safe-nonce046cadc59aedd4e459ff4d168b45fcd9fd670f03b47ca1ed80dd50420af3233c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNTUyOjFFRjE6MkExRTFGRjozQkZCOTQzOjZBNEQwMTU4IiwidmlzaXRvcl9pZCI6IjQ1NjI3NjEyNTMxNzMxMzM2NTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacd6c51a491fec6eb4052dead471d5000b510add84e34349ad68ce97ea6744bfc9
hovercard-subject-tagissue:4134842123
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodejs/node/62432/issue_layout
twitter:imagehttps://opengraph.githubassets.com/3f639366b6d8a4ede2f8f41dd069acaaa8792e84284bc2f4ace1efa48aa04ae8/nodejs/node/issues/62432
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3f639366b6d8a4ede2f8f41dd069acaaa8792e84284bc2f4ace1efa48aa04ae8/nodejs/node/issues/62432
og:image:altVersion v24.14.0 Platform Darwin parksb 24.4.0 Darwin Kernel Version 24.4.0: Wed Mar 19 21:17:37 PDT 2025; root:xnu-11417.101.15~1/RELEASE_ARM64_T6031 arm64 Subsystem No response What steps will re...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameparksb
hostnamegithub.com
expected-hostnamegithub.com
None31e4db13a9e20081f2fac78f441659a6576e582bbb15e153f9c7fb6473aa29f5
turbo-cache-controlno-preview
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasefb70bd3c4b2bec429781b65419e912c66e2d5581
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/issues/62432#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F62432
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F62432
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/issues/62432
Reloadhttps://github.com/nodejs/node/issues/62432
Reloadhttps://github.com/nodejs/node/issues/62432
Please reload this pagehttps://github.com/nodejs/node/issues/62432
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/issues/62432
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.4k https://github.com/nodejs/node/issues
Pull requests 957 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
#62462https://github.com/nodejs/node/pull/62462
ERR_INTERNAL_ASSERTION when import() and require() load the same ESM dependencyhttps://github.com/nodejs/node/issues/62432#top
#62462https://github.com/nodejs/node/pull/62462
https://github.com/parksb
parksbhttps://github.com/parksb
on Mar 25, 2026https://github.com/nodejs/node/issues/62432#issue-4134842123
https://github.com/parksb/nodejs-node-issue-62432https://github.com/parksb/nodejs-node-issue-62432
Tracking Issue: Syncify the ESM Loader #55782https://github.com/nodejs/node/issues/55782
esm: use sync loading/resolving on non-loader-hook thread #60380https://github.com/nodejs/node/pull/60380
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.