-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Better error message for invalid directory import #33219
Labels
esm
Issues and PRs related to the ECMAScript Modules implementation.
Comments
guybedford
added
the
esm
Issues and PRs related to the ECMAScript Modules implementation.
label
May 3, 2020
4 tasks
aduh95
added a commit
to aduh95/node
that referenced
this issue
May 4, 2020
codebytere
pushed a commit
to codebytere/node
that referenced
this issue
Jun 9, 2020
PR-URL: nodejs#33220 Fixes: nodejs#33219 Reviewed-By: Guy Bedford <guybedford@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following test case was brought up by @addaleax
esm.mjs:
where
node esm.mjs
fails withWe should ensure the error message here provides the correct steps to resolve the issue.
The text was updated successfully, but these errors were encountered: