summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-install.md
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-12-11 10:20:26 -0800
committerisaacs <i@izs.me>2013-12-11 10:20:26 -0800
commita22de4f7eed04f14e590fdc5c8739d2ee17753e5 (patch)
treeac02ad050e8ca27e6d792d6923f9d0c0d508b298 /deps/npm/doc/cli/npm-install.md
parentf16edd2632930e3fbfead4d6d52eeac87824f1a6 (diff)
downloadandroid-node-v8-a22de4f7eed04f14e590fdc5c8739d2ee17753e5.tar.gz
android-node-v8-a22de4f7eed04f14e590fdc5c8739d2ee17753e5.tar.bz2
android-node-v8-a22de4f7eed04f14e590fdc5c8739d2ee17753e5.zip
npm: Upgrade to 1.3.17
Diffstat (limited to 'deps/npm/doc/cli/npm-install.md')
-rw-r--r--deps/npm/doc/cli/npm-install.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-install.md b/deps/npm/doc/cli/npm-install.md
index 4cbb1129e3..618ebab0f8 100644
--- a/deps/npm/doc/cli/npm-install.md
+++ b/deps/npm/doc/cli/npm-install.md
@@ -173,6 +173,9 @@ local space in some cases.
The `--no-bin-links` argument will prevent npm from creating symlinks for
any binaries the package might contain.
+The `--no-optional` argument will prevent optional dependencies from
+being installed.
+
The `--no-shrinkwrap` argument, which will ignore an available
shrinkwrap file and use the package.json instead.