Closed
Description
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:
- In an empty directory, install some packages with many nested dependencies (e.g.,
npm install webpack webpack-cli
). - npm 7.6.3 displays a progress bar during the install.
- 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