-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 7.7.0 lost progress bar on npm install #2926
Labels
Bug
thing that needs fixing
Priority 0
will get attention right away
Release 7.x
work is associated with a specific npm 7 release
Comments
billyjanitsch
added
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
labels
Mar 23, 2021
ruyadorno
added
Priority 1
high priority issue
and removed
Needs Triage
needs review for next steps
labels
Mar 24, 2021
I can confirm this issue. Here happens with every package, also with those without dependencies. $ node --version
v12.21.0
$ npm --version
7.7.0
$ uname -srv
Linux 5.4.0-67-generic #75~18.04.1-Ubuntu SMP Tue Feb 23 19:17:50 UTC 2021 |
The same problem 😔
|
wraithgar
added
Priority 0
will get attention right away
and removed
Priority 1
high priority issue
labels
Mar 24, 2021
This should be fixed in |
Can confirm it's fixed.
|
This was referenced Nov 30, 2023
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 0
will get attention right away
Release 7.x
work is associated with a specific npm 7 release
Current Behavior:
npm 7.7.0 does not display a progress bar during
npm install
.Expected Behavior:
I'm not sure whether this is intentional, but it's not mentioned in the release notes, so I wanted to check.
Steps To Reproduce:
npm install webpack webpack-cli
).Environment:
The text was updated successfully, but these errors were encountered: