-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add npm install test with many issues
Derived from these: dc6bff9 Handle args in Rails' long options 323cf79 Partially handle rails [--long-options] Should I revert them before this incongruence makes it to a bat release?
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Install a package | ||
|
||
Usage: | ||
npm install [<package-spec> ...] | ||
|
||
Options: | ||
[-S|--save|--no-save|--save-prod|--save-dev|--save-optional|--save-peer|--save-bundle] | ||
[-E|--save-exact] [-g|--global] | ||
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling] | ||
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] | ||
[--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]] | ||
[--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--package-lock-only] | ||
[--foreground-scripts] [--ignore-scripts] [--no-audit] [--no-bin-links] | ||
[--no-fund] [--dry-run] [--cpu <cpu>] [--os <os>] | ||
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] | ||
[-ws|--workspaces] [--include-workspace-root] [--install-links] | ||
|
||
aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall | ||
|
||
Run "npm help install" for more info |