-
Notifications
You must be signed in to change notification settings - Fork 122
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
Using -r esm broke with 6.0 release #236
Comments
It looks like an argument parsing issue, it works if the order is changed to:
The argument parsing did change a bit in v6, let me see if I can fix it. |
bjornstar
added a commit
to bjornstar/node-dev
that referenced
this issue
Oct 15, 2020
- Manually wrangle node args so that we can handle `--` args coming before `-` args (Fixes fgnass#236)
bjornstar
added a commit
to bjornstar/node-dev
that referenced
this issue
Oct 15, 2020
- Manually wrangle node args so that we can handle `--` args coming before `-` args (Fixes fgnass#236)
bjornstar
added a commit
to bjornstar/node-dev
that referenced
this issue
Oct 15, 2020
- Manually wrangle node args so that we can handle `--` args coming before `-` args (Fixes fgnass#236)
Merged
bjornstar
added a commit
to bjornstar/node-dev
that referenced
this issue
Oct 15, 2020
- Manually wrangle node args so that we can handle `--` args coming before `-` args (Fixes fgnass#236)
bjornstar
added a commit
that referenced
this issue
Oct 15, 2020
- Manually wrangle node args so that we can handle `--` args coming before `-` args (Fixes #236)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running this command:
node_modules/.bin/node-dev -r esm --inspect=0.0.0.0:9229 test_inspect.js
I get this error:
And unfortunately, using
NODE_OPTIONS
doesn't work (see #235)The text was updated successfully, but these errors were encountered: