Closed
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
every call that I make with npm ...
e.g. calling a script npm run connect
, there is this weird looking log that makes no sense in this context:
(⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂) ⠇ : timing config:load:flatten Completed in 2ms
E.g. I have npm run connect
setup where it connects to a preconfigured server, but this annoying log doesn't allow me to read the buffer.
This happens across different workspaces with different npm package.json files too!
Expected Behavior
log should not appear
Steps To Reproduce
I'm not sure how this came to be...
Environment
- npm: 8.11.0
- Node.js: 16.15.1
- OS Name: mac os 12.2.1
- System Model Name:
- npm config:
npm config ls
npm WARN config init.author.name Use `--init-author-name` instead.
npm WARN config init.author.email Use `--init-author-email` instead.
npm WARN config init.author.url Use `--init-author-url` instead.
; "user" config from /Users/timdaub/.npmrc
//registry.npmjs.org/:_authToken = (protected)
email = "myemail"
init.author.email = "="
init.author.name = "Tim Daubenschütz <myemail>"
init.author.url = "https://timdaub.github.io/"
prefix = "/usr/local"
save-exact = true
save-prefix = ""