summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-install.md
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-10-24 09:21:59 -0700
committerisaacs <i@izs.me>2013-10-24 09:22:13 -0700
commitf6f176e10872cac9dcdcd46a92c9ebfe4740f117 (patch)
tree2928003417e60d9bad43056b8579171bf0e75552 /deps/npm/doc/cli/npm-install.md
parent808a968409b6c6cc305506efd3caa4477a376125 (diff)
downloadandroid-node-v8-f6f176e10872cac9dcdcd46a92c9ebfe4740f117.tar.gz
android-node-v8-f6f176e10872cac9dcdcd46a92c9ebfe4740f117.tar.bz2
android-node-v8-f6f176e10872cac9dcdcd46a92c9ebfe4740f117.zip
npm@1.3.12
Diffstat (limited to 'deps/npm/doc/cli/npm-install.md')
-rw-r--r--deps/npm/doc/cli/npm-install.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/npm-install.md b/deps/npm/doc/cli/npm-install.md
index 07ba2b03f9..a537bb878d 100644
--- a/deps/npm/doc/cli/npm-install.md
+++ b/deps/npm/doc/cli/npm-install.md
@@ -152,7 +152,9 @@ For example:
npm install sax@">=0.1.0 <0.2.0" bench supervisor
-The `--tag` argument will apply to all of the specified install targets.
+The `--tag` argument will apply to all of the specified install targets. If a
+tag with the given name exists, the tagged version is preferred over newer
+versions.
The `--force` argument will force npm to fetch remote resources even if a
local copy exists on disk.