Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kowalski <rok@kowalski.gd>2013-05-19 03:15:54 +0400
committerisaacs <i@izs.me>2013-05-30 21:17:07 +0400
commit365cb716404c36dfa4f5074cbc5278c6a5f76880 (patch)
treed9c333b8c96e5eba5f75278a61f8d7f68ff2113f /doc/cli/install.md
parent5d338d40b04da2cab0d5a4f358551ed83bd7e9cd (diff)
implement --ignore-shrinkwrap, fixes #3436
Diffstat (limited to 'doc/cli/install.md')
-rw-r--r--doc/cli/install.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/cli/install.md b/doc/cli/install.md
index 2f325514a..c4d9ba649 100644
--- a/doc/cli/install.md
+++ b/doc/cli/install.md
@@ -168,6 +168,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-shrinkwrap` argument, which will ignore an available
+shrinkwrap file and use the package.json instead.
+
See `npm-config(1)`. Many of the configuration params have some
effect on installation, since that's most of what npm does.