-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
doc: NODE_OPTIONS description is ambiguous/confusing #28910
Comments
The CLI flag overrides the NODE_OPTIONS value. PR away! |
Quick demo that the CLI flag overrides NODE_OPTIONS:
|
3 tasks
reasonablytall
added a commit
to reasonablytall/node
that referenced
this issue
Aug 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To me that "(so they can be overridden)" part is ambiguous. Do the command line options override the environment NODE_OPTIONS, or vice versa?
I would be happy to make a quick PR myself, but I don't actually know the semantics, so I'm making this quick issue.
https://nodejs.org/api/cli.html#cli_node_options_options
The text was updated successfully, but these errors were encountered: