Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] npm install produces output even with --no-progress --silent #4259

Closed
2 tasks done
jfirebaugh opened this issue Jan 19, 2022 · 1 comment
Closed
2 tasks done
Labels
Bug thing that needs fixing Priority 1 high priority issue Release 8.x work is associated with a specific npm 8 release

Comments

@jfirebaugh
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

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:

{
  "name": "npm-silent",
  "dependencies": {
    "@types/yargs": "^17.0.7",
    "p-defer": "^3.0.0",
    "puppeteer": "^12.0.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.2",
    "yargs": "^17.3.0"
  }
}

Run npm install --no-save --no-progress --no-audit --quiet --silent.

Environment

  • npm: 8.3.0
  • Node.js: v16.13.1
  • OS Name: macOS
  • System Model Name:
  • npm config:
; node bin location = /usr/local/bin/node
; cwd = /Users/john/figma/npm-silent
; HOME = /Users/john
; Run `npm config ls -l` to show all defaults.
@jfirebaugh jfirebaugh added Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release labels Jan 19, 2022
@wraithgar wraithgar added Priority 1 high priority issue and removed Needs Triage needs review for next steps labels Mar 14, 2022
@wraithgar
Copy link
Member

@lukekarrys fixed this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Priority 1 high priority issue Release 8.x work is associated with a specific npm 8 release
Projects
None yet
Development

No branches or pull requests

2 participants