diff options
Diffstat (limited to 'deps/npm/doc/cli/npm-install.md')
-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>`: |