diff options
author | isaacs <i@izs.me> | 2013-10-24 09:21:59 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-10-24 09:22:13 -0700 |
commit | f6f176e10872cac9dcdcd46a92c9ebfe4740f117 (patch) | |
tree | 2928003417e60d9bad43056b8579171bf0e75552 /deps/npm/doc/cli/npm-install.md | |
parent | 808a968409b6c6cc305506efd3caa4477a376125 (diff) | |
download | node-new-f6f176e10872cac9dcdcd46a92c9ebfe4740f117.tar.gz |
npm@1.3.12
Diffstat (limited to 'deps/npm/doc/cli/npm-install.md')
-rw-r--r-- | deps/npm/doc/cli/npm-install.md | 4 |
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. |