[BUG] --silent
suppresses output from run commands
#1958
Labels
Milestone
--silent
suppresses output from run commands
#1958
Previously in pre-npm 7
--silent
would only silence output from npm, meaning thatrun
would still output the output from whatever is being run.Now, it silences everything, meaning we can't use
--silent
to silence thenpm ERR!
messages that follow whenever a command fails.Current Behavior:
Expected Behavior:
Steps To Reproduce:
Environment:
The text was updated successfully, but these errors were encountered: