-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Labels
Description
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
The latest npm 10.6.0 doesn't log anything while installing the packages with npm install. It only prints the final results. So npm is working for almost 50 seconds without notifying the user whether it is doing anything at all. The behavior is similar to npm install --loglevel silent of the previous version 10.5.2.
Expected Behavior
The logging should be displayed, showing the user that the installation is proceeding. It shouldn't be silenced completely.
Steps To Reproduce
- Environment: Command Prompt, npm 10.6.0, node 18.20.2
npm installwith an existing package.json in the root directory- no loggin observed while installing the packages to node_modules
Environment
- npm: 10.6.0
- Node.js: 18.20.2
- OS Name: Windows
- System Model Name: Desktop PC
; copy and paste output from `npm config ls` heretaijin08