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 progress bar not showing #7597

Closed
2 tasks done
Blink29 opened this issue Jun 16, 2024 · 4 comments
Closed
2 tasks done

[BUG] npm install progress bar not showing #7597

Blink29 opened this issue Jun 16, 2024 · 4 comments
Labels
Bug thing that needs fixing Needs Triage needs review for next steps

Comments

@Blink29
Copy link

Blink29 commented Jun 16, 2024

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 do npm install the progress bar is not showing
Screenshot 2024-06-16 at 12 00 54 PM

Expected Behavior

the progress bar should show

Steps To Reproduce

1.just do npm i anything

Environment

  • npm: 10.7.0
  • Node.js: 21.14.0
  • OS Name: MacOS14.5
  • System Model Name: Macbook Air M2
  • npm config:
paurushkumar@Paurushs-MacBook-Air ~ % npm config ls
; node bin location = /usr/local/bin/node
; node version = v20.14.0
; npm local prefix = /Users/paurushkumar
; npm version = 10.7.0
; cwd = /Users/paurushkumar
; HOME = /Users/paurushkumar
; Run `npm config ls -l` to show all defaults.
paurushkumar@Paurushs-MacBook-Air ~ % 

Tasks

No tasks being tracked yet.
@Blink29 Blink29 added Bug thing that needs fixing Needs Triage needs review for next steps labels Jun 16, 2024
@Blink29
Copy link
Author

Blink29 commented Jun 16, 2024

i checked npm config get progress and its true but the progress bar still won't come

@milaninfy
Copy link
Contributor

@Blink29 Please checkout this issue thread to for reasons for this change. #7425

@Blink29
Copy link
Author

Blink29 commented Jun 18, 2024

thanks for the reply, is the spinner fixed or can expect a progress bar in the future?

@milaninfy
Copy link
Contributor

For now the spinner is the indicator of "npm is doing something", as I mentioned in previous comment you can check #7425 this issue discussions for more information, also you can use various log levels verbose, silly or http to get those logging output like before.

@milaninfy milaninfy closed this as not planned Won't fix, can't repro, duplicate, stale Jun 28, 2024
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