-
Notifications
You must be signed in to change notification settings - Fork 75
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
Node ES modules can't import crank #87
Labels
Comments
Sorry to hear about this. Confirming this is an issue with node.js versions 12/13. I am consistently infuriated by how senseless and arcane node.js ESModule support is and can’t seem to figure it out at the moment (1:53AM Saturday for me right now). For some reason, I can’t even import the cjs versions. Is there a resource you know of which just tells me how to support node.js 13 for esmodules? |
dfabulich
added a commit
to dfabulich/crank
that referenced
this issue
May 2, 2020
dfabulich
added a commit
to dfabulich/crank
that referenced
this issue
May 2, 2020
dfabulich
added a commit
to dfabulich/crank
that referenced
this issue
May 2, 2020
dfabulich
added a commit
to dfabulich/crank
that referenced
this issue
May 2, 2020
dfabulich
added a commit
to dfabulich/crank
that referenced
this issue
May 2, 2020
dfabulich
added a commit
to dfabulich/crank
that referenced
this issue
May 2, 2020
dfabulich
added a commit
to dfabulich/crank
that referenced
this issue
May 15, 2020
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce:
I'm running node v14.1.0.
Expected: The console should show
<div>Hello world</div>
Actual:
The text was updated successfully, but these errors were encountered: