Affected URL(s)
https://nodejs.org/docs/latest/api/cli.html#--env-filefile
Description of the problem
Currently, the link of 'environment variables which configure Node.js' points to the incorrect section/fragment, which belongs to the --run option instead of Node.js CLI itself:
The environment variables which configure Node.js, such as NODE_OPTIONS, are parsed and applied.
It should be the correct one.
Affected URL(s)
https://nodejs.org/docs/latest/api/cli.html#--env-filefile
Description of the problem
Currently, the link of 'environment variables which configure Node.js' points to the incorrect section/fragment, which belongs to the
--runoption instead of Node.js CLI itself:It should be the correct one.