diff options
author | isaacs <i@izs.me> | 2013-10-28 14:10:47 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-10-28 14:10:47 -0700 |
commit | 4b5e6a38df2f68fd407ccfbdcb70960f6af6e0e2 (patch) | |
tree | d9830b0791d095c8cc19ef7010594d93b076a5ef /deps/npm/doc | |
parent | 977c54adb5e5b7f083f02a294ca2825fe8eb7f2f (diff) | |
download | node-new-4b5e6a38df2f68fd407ccfbdcb70960f6af6e0e2.tar.gz |
npm@1.3.13
Diffstat (limited to 'deps/npm/doc')
-rw-r--r-- | deps/npm/doc/cli/npm-install.md | 3 |
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 a537bb878d..4cbb1129e3 100644 --- a/deps/npm/doc/cli/npm-install.md +++ b/deps/npm/doc/cli/npm-install.md @@ -43,6 +43,9 @@ after packing it up into a tarball (b). it installs the current package context (ie, the current working directory) as a global package. + By default, `npm install` will install all modules listed as + dependencies. With the `--production` flag, + npm will not install modules listed in `devDependencies`. * `npm install <folder>`: |