Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolution of node builtins in ESM loader fails on node >=12.20.0, <13 #1331

Closed
cspotcode opened this issue May 23, 2021 · 0 comments · Fixed by #1332
Closed

Resolution of node builtins in ESM loader fails on node >=12.20.0, <13 #1331

cspotcode opened this issue May 23, 2021 · 0 comments · Fixed by #1332
Milestone

Comments

@cspotcode
Copy link
Collaborator

Uncovered in #1321

Related to: #1130

In ESM, node's URI protocol for builtin modules was changed from nodejs: to node:

#1136 implemented detection of the node v14.x.x version where this change occurred.

Turns out it was also changed in v12.20.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#2020-11-24-version-12200-erbium-lts-mylesborins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant