Skip to content
New issue

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

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

Already on GitHub? # to your account

[BUG] npm 7.7.0 lost progress bar on npm install #2926

Closed
billyjanitsch opened this issue Mar 23, 2021 · 4 comments
Closed

[BUG] npm 7.7.0 lost progress bar on npm install #2926

billyjanitsch opened this issue Mar 23, 2021 · 4 comments
Assignees
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
Copy link

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:

  1. In an empty directory, install some packages with many nested dependencies (e.g., npm install webpack webpack-cli).
  2. npm 7.6.3 displays a progress bar during the install.
  3. npm 7.7.0 does not display a progress bar.

Environment:

  • OS: macOS 10.15.7
  • Node: 14.16.0
  • npm: 7.6.3/7.7.0
@billyjanitsch 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 ruyadorno added Priority 1 high priority issue and removed Needs Triage needs review for next steps labels Mar 24, 2021
@lorenzogrv
Copy link

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

@andrewgolovanov
Copy link

andrewgolovanov commented Mar 24, 2021

The same problem 😔

$ node --version
v15.11.0
$ npm --version
7.7.0

@wraithgar wraithgar added Priority 0 will get attention right away and removed Priority 1 high priority issue labels Mar 24, 2021
@wraithgar wraithgar self-assigned this Mar 24, 2021
@wraithgar
Copy link
Member

This should be fixed in v7.7.3

@lorenzogrv
Copy link

Can confirm it's fixed.

$ npm --version
7.7.4
node --version
v12.21.0
$ uname -srv
Linux 5.4.0-70-generic #78~18.04.1-Ubuntu SMP Sat Mar 20 14:10:07 UTC 2021

# for free to join this conversation on GitHub. Already have an account? # 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
Projects
None yet
Development

No branches or pull requests

6 participants
@wraithgar @ruyadorno @billyjanitsch @lorenzogrv @andrewgolovanov and others