-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 releaseconfig:displayIssues dealing with display of data to terminalIssues dealing with display of data to terminal
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
' npm start ' produces the following timing output which sticks always to the last line:
the "normal" output from the started app is always scrolling above this last line.
Expected Behavior
no timing output.
Digging deeper I noticed that with --loglevel
silent
or error
there is no sticky output.
BUT for warn
, notice
and http
there is timing
output which in my opinion should not happen, since these levels are before timing
log level ....
Steps To Reproduce
- npm start
- See error...
Environment
- npm: 8.5.3
- Node.js: 17.6.0
- OS Name: macOS 12.2.1
- System Model Name: Macbook Pro
- npm config:
npm config ls
npm WARN ignoring workspace config at /Users/ogi/Repositories/IMS/IMS_v2/packages/mims-test/.npmrc
npm WARN config This command does not support workspaces.
; "user" config from /Users/ogi/.npmrc
; @ogi-it:registry = "http://localhost:4873/" ; overridden by project
//localhost:4873/:_authToken = (protected)
//registry.npmjs.org/:_authToken = (protected)
scripts-prepend-node-path = true
; "project" config from /Users/ogi/Repositories/IMS/IMS_v2/.npmrc
@ogi-it:registry = "http://localhost:4873"
; node bin location = /usr/local/bin/node
; cwd = /Users/ogi/Repositories/IMS/IMS_v2/packages/mims-test
; HOME = /Users/ogi
; Run `npm config ls -l` to show all defaults.
ogi@ogi-it-mac mims-test %
chuanqisun, jpage-godaddy, Soul-Master and runderworld
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 releaseconfig:displayIssues dealing with display of data to terminalIssues dealing with display of data to terminal