diff options
author | npm team <ops+robot@npmjs.com> | 2022-02-24 21:41:49 +0000 |
---|---|---|
committer | Luigi Pinca <luigipinca@gmail.com> | 2022-02-26 08:15:26 +0100 |
commit | 1b8300b238923822ea0934b196e3a9e97e0a0893 (patch) | |
tree | 474bd5d5a4ee73358f4feebd433cc3f67d65b6e2 /deps/npm/man/man1/npx.1 | |
parent | e84b635db49d629f119959c9f0a31762ac22770b (diff) | |
download | node-new-1b8300b238923822ea0934b196e3a9e97e0a0893.tar.gz |
deps: upgrade npm to 8.5.2
PR-URL: https://github.com/nodejs/node/pull/42122
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'deps/npm/man/man1/npx.1')
-rw-r--r-- | deps/npm/man/man1/npx.1 | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/deps/npm/man/man1/npx.1 b/deps/npm/man/man1/npx.1 index 80b9629e34..e4a29ef653 100644 --- a/deps/npm/man/man1/npx.1 +++ b/deps/npm/man/man1/npx.1 @@ -5,21 +5,10 @@ .P .RS 2 .nf -npm exec \-\- <pkg>[@<version>] [args\.\.\.] -npm exec \-\-package=<pkg>[@<version>] \-\- <cmd> [args\.\.\.] -npm exec \-c '<cmd> [args\.\.\.]' -npm exec \-\-package=foo \-c '<cmd> [args\.\.\.]' - -npx <pkg>[@<specifier>] [args\.\.\.] -npx \-p <pkg>[@<specifier>] <cmd> [args\.\.\.] +npx \-\- <pkg>[@<version>] [args\.\.\.] +npx \-\-package=<pkg>[@<version>] \-\- <cmd> [args\.\.\.] npx \-c '<cmd> [args\.\.\.]' -npx \-p <pkg>[@<specifier>] \-c '<cmd> [args\.\.\.]' - -alias: npm x, npx - -\-\-package=<pkg> (may be specified multiple times) -\-p is a shorthand for \-\-package only when using npx executable -\-c <cmd> \-\-call=<cmd> (may not be mixed with positional arguments) +npx \-\-package=foo \-c '<cmd> [args\.\.\.]' .fi .RE .SS Description |