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
path: root/doc
diff options
context:
space:
mode:
authorAmadou Sall <ahasall.dev@gmail.com>2019-02-19 01:33:34 +0300
committerKat Marchán <kzm@zkat.tech>2019-02-19 01:33:34 +0300
commit5d76338338621fd0b3d4f7914a51726d27569ee1 (patch)
treef61d7c3ea97132586bd5a7a25eab2a4ea0de960a /doc
parent863baff11d8c870f1a0d9619bb5133c67d71e407 (diff)
doc: add npm add as alias to npm install (#160)
PR-URL: https://github.com/npm/cli/pull/160 Credit: @ahasall Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md
index 336311dbf..4ff4a47cb 100644
--- a/doc/cli/npm-install.md
+++ b/doc/cli/npm-install.md
@@ -14,7 +14,7 @@ npm-install(1) -- Install a package
npm install <tarball url>
npm install <folder>
- alias: npm i
+ aliases: npm i, npm add
common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]
## DESCRIPTION