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 progress bar is missing #7694

Closed
2 tasks done
ThePlenkov opened this issue Jul 31, 2024 · 1 comment
Closed
2 tasks done

[BUG] Npm progress bar is missing #7694

ThePlenkov opened this issue Jul 31, 2024 · 1 comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps

Comments

@ThePlenkov
Copy link

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

when i run npm i - nothing happens - it just hangs. It started after my devcontainer rebuilding , most likely newer npm version appeared. I see now some progress indicator but for large projects it's annyning. We do not understand what is happening!
How to return it back to how it looked before?
Thanks!

Expected Behavior

I run 'npm i' and progress bar is visible

Steps To Reproduce

No response

Environment

  • npm: 10.7.0
  • Node.js: v20.15.0
  • OS Name: Debian GNU/Linux 12 (bookworm) basically is image mcr.microsoft.com/devcontainers/typescript-node:1-20
@ThePlenkov ThePlenkov added Bug thing that needs fixing Needs Triage needs review for next steps labels Jul 31, 2024
@milaninfy
Copy link
Contributor

Progress bar in npm is temporarily removed. You can use log-level verbose or silly to get desired logging for progress indication. Checkout this #7425 (comment) to know more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps
Projects
None yet
Development

No branches or pull requests

2 participants