When I run npm install
, I always see a line of fetchMetadata: sill pacote range manifest for <pacakge name>
. What is this 'sill' mean? and what is 'pacote'? Range? Manifest?
After reading npmlog module source code (which is used by npm
), I believe the word sill
come from silly
, which means the most detail log level in npm
install process. There are 9 levels of log in npmlog: silent
, error
, warn
, notice
, http
, timing
, info
, verbose
, silly
.
log.addLevel('silly', -Infinity, { inverse: true }, 'sill')
pacote is a module used by npm to download dependence packages metadata.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With