-
Notifications
You must be signed in to change notification settings - Fork 288
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
Upgrade from 10.4.1 -> 10.5.0 breaks experimental-modules #1349
Comments
I think this is a real bug, I also ran into it today in nodejs/node#21417. Apparently, nodejs/node#21350 would fix it… |
@goyney - the linked PR has been merged, though it is not yet generally available in a release. Would you like try one of this week's nightly build to see if it solves your issue? |
@goyney - this has been fixed in |
fixed, closing |
Using
--experimental-modules
on v10.4.1 worked. After an upgrade to v10.5.0, running the same script now simply outputs "(node:26960) ExperimentalWarning: The ESM module loader is experimental." and then dies with no other output.It doesn't look like anything was changed in the changelog for the v10.5.0 release.
The text was updated successfully, but these errors were encountered: