-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Problem
Recently dotenv
has starting printing message to the console, which causes problems if you are trying to use the output of a command for something that doesn't expect this.
Solution
Pass quiet: true
into dotenv.config()
Workaround
Set DOTENV_CONFIG_QUIET=1
in your .env
file to disable this output
Metadata
Metadata
Assignees
Labels
No labels