diff options
Diffstat (limited to 'deps/npm/doc/cli/config.md')
-rw-r--r-- | deps/npm/doc/cli/config.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/deps/npm/doc/cli/config.md b/deps/npm/doc/cli/config.md index 3fd9cb826..659895eaf 100644 --- a/deps/npm/doc/cli/config.md +++ b/deps/npm/doc/cli/config.md @@ -430,13 +430,6 @@ if one of the two conditions are met: * the globally installed version is identical to the version that is being installed locally. -### logfd - -* Default: stderr file descriptor -* Type: Number or Stream - -The location to write log output. - ### loglevel * Default: "http" @@ -449,14 +442,6 @@ What level of logs to report. On failure, *all* logs are written to Any logs of a higher level than the setting are shown. The default is "http", which shows http, warn, and error output. -### logprefix - -* Default: true on Posix, false on Windows -* Type: Boolean - -Whether or not to prefix log messages with "npm" and the log level. See -also "color" and "loglevel". - ### long * Default: false @@ -503,13 +488,6 @@ The url to report npat test results. A node module to `require()` when npm loads. Useful for programmatic usage. -### outfd - -* Default: standard output file descriptor -* Type: Number or Stream - -Where to write "normal" output. This has no effect on log output. - ### parseable * Default: false |