diff options
Diffstat (limited to 'deps/npm/doc/cli/install.md')
-rw-r--r-- | deps/npm/doc/cli/install.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/install.md b/deps/npm/doc/cli/install.md index 2f325514a6..44885f3180 100644 --- a/deps/npm/doc/cli/install.md +++ b/deps/npm/doc/cli/install.md @@ -168,6 +168,12 @@ 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-shrinkwrap` argument, which will ignore an available +shrinkwrap file and use the package.json instead. + +The `--nodedir=/path/to/node/source` argument will allow npm to find the +node source code so that npm can compile native modules. + See `npm-config(1)`. Many of the configuration params have some effect on installation, since that's most of what npm does. |