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

Upgrade from 10.4.1 -> 10.5.0 breaks experimental-modules #1349

Closed
mririgoyen opened this issue Jun 20, 2018 · 5 comments
Closed

Upgrade from 10.4.1 -> 10.5.0 breaks experimental-modules #1349

mririgoyen opened this issue Jun 20, 2018 · 5 comments

Comments

@mririgoyen
Copy link

  • Node.js Version: 10.5.0
  • OS: macOS
  • Scope (install, code, runtime, meta, other?): runtime
  • Module (and version) (if relevant):

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.

@addaleax
Copy link
Member

I think this is a real bug, I also ran into it today in nodejs/node#21417.

Apparently, nodejs/node#21350 would fix it…

@gireeshpunathil
Copy link
Member

@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?

@gireeshpunathil
Copy link
Member

I am planning to test this on master and resolve this, but don't know what to test. @addaleax / @goyney do you have an easy script or something?

@gireeshpunathil
Copy link
Member

@goyney - this has been fixed in v10.6.0 , specifically through the above mentioned PR. Please verify and let me know!

@gireeshpunathil
Copy link
Member

fixed, closing

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

No branches or pull requests

3 participants