--env-file support in NODE_OPTIONS
#51147
Labels
feature request
Issues that request new features to be added to Node.js.
--env-file support in NODE_OPTIONS
#51147
What is the problem this feature will solve?
Sometimes env files are used as config files, therefore it should be allowed to set an
--env-fileinNODE_OPTIONS, for example in the.npmrcfile, so that it applies to all scripts of that specific project.What is the feature you are proposing to solve the problem?
Allowing for the
--env-fileflag to be supported inNODE_OPTIONS.What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: