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/lib
diff options
context:
space:
mode:
authorJason Wohlgemuth <jhwohlgemuth@users.noreply.github.com>2017-06-02 01:41:06 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-06-02 01:41:06 +0300
commitc01fbc46e151bcfb359fd68dd7faa392789b4f55 (patch)
treeb1c1bc0a01c628ffb614c188a0ba5dace05d5c52 /lib
parent89e0cb8165dd9c3c7ac74d531617f367099608f4 (diff)
docs: remove --save from npm init instructions (#16895)
PR-URL: https://github.com/npm/npm/pull/16895 Credit: @jhwohlgemuth Reviewed-By: @zkat
Diffstat (limited to 'lib')
-rw-r--r--lib/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.js b/lib/init.js
index df5615e47..000fa1a5b 100644
--- a/lib/init.js
+++ b/lib/init.js
@@ -22,7 +22,7 @@ function init (args, cb) {
'See `npm help json` for definitive documentation on these fields',
'and exactly what they do.',
'',
- 'Use `npm install <pkg> --save` afterwards to install a package and',
+ 'Use `npm install <pkg>` afterwards to install a package and',
'save it as a dependency in the package.json file.',
'',
'Press ^C at any time to quit.'