Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-28 23:53:42 +0400
committerisaacs <i@izs.me>2011-09-28 23:54:46 +0400
commite4f85e3ac8db0250a5b55b06ee7b63964c77fe1b (patch)
treecece17cb5295fbb010887fadffbff5ecdae90bab /doc
parent28be5485931c013d943b781d72b94fa8c8bdbadf (diff)
Use -z flag to tar. Best way forward for now.
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/config.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/cli/config.md b/doc/cli/config.md
index 238d714a9..297ea5d32 100644
--- a/doc/cli/config.md
+++ b/doc/cli/config.md
@@ -294,6 +294,10 @@ user.
The gzip binary
+**DEPRECATED** This is no longer used.
+
+npm now requires a tar that supports the `-z` flag.
+
### https-proxy
* Default: the `HTTPS_PROXY` or `https_proxy` or `HTTP_PROXY` or
@@ -536,6 +540,8 @@ tag` command, if no explicit tag is given.
The tar executable
+npm now requires a tar that supports the `-z` flag.
+
### tmp
* Default: TMPDIR environment variable, or "/tmp"