File tree 2 files changed +2
-2
lines changed
docs/content/cli-commands 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ npm install <tarball url>
24
24
npm install < folder>
25
25
26
26
aliases: npm i, npm add
27
- common options: [-P| --save-prod| -D| --save-dev| -O| --save-optional] [-E| --save-exact] [-B| --save-bundle] [--no-save] [--dry-run]
27
+ common options: [-P| --save-prod| -D| --save-dev| -O| --save-optional| --save-peer ] [-E| --save-exact] [-B| --save-bundle] [--no-save] [--dry-run]
28
28
```
29
29
30
30
### Description
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const usage = usageUtil(
83
83
'\nnpm install <tarball url>' +
84
84
'\nnpm install <git:// url>' +
85
85
'\nnpm install <github username>/<github project>' ,
86
- '[--save-prod|--save-dev|--save-optional] [--save-exact] [--no-save]'
86
+ '[--save-prod|--save-dev|--save-optional|--save-peer ] [--save-exact] [--no-save]'
87
87
)
88
88
89
89
const completion = async ( opts , cb ) => {
You can’t perform that action at this time.
0 commit comments