[BUG] npm install produces output even with --no-progress --silent
#4259
Labels
Bug
thing that needs fixing
Priority 1
high priority issue
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
npm install
produces output even with--no-progress --silent
. For example, with the repro steps below, intermediate output includes states like:⸨#########⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠏ reify:@types/yargs: timing reify:loadBundles Completed in 0ms
and:
⸨##################⸩ ⠋ reify:typescript: timing reifyNode:node_modules/puppeteer Completed
This appears to be a regression from a previous version (last tested with 6.14.15).
Expected Behavior
npm is completely silent when given
--no-progress --silent
.Steps To Reproduce
Use the following package.json:
Run
npm install --no-save --no-progress --no-audit --quiet --silent
.Environment
The text was updated successfully, but these errors were encountered: