-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Description
A space-separated list of command line options.
options...
are interpreted as if they had been specified on the command line before the actual command line (so they can be overridden). Node.js will exit with an error if an option that is not allowed in the environment is used, such as -p or a script file.
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.
Metadata
Metadata
Assignees
Labels
No labels