diff options
author | npm CLI robot <npm-cli+bot@github.com> | 2022-06-24 18:21:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 02:21:50 +0100 |
commit | 687e50aded0d264873911847717e7567382b1401 (patch) | |
tree | b7f38b32e988bf3f7a9567dc3cd1c62e0be1c43f /deps/npm/man/man1/npm-cache.1 | |
parent | 3507b3f9a9da6c451c18f303d3b96e4deedf2f5b (diff) | |
download | node-new-687e50aded0d264873911847717e7567382b1401.tar.gz |
deps: upgrade npm to 8.13.1
PR-URL: https://github.com/nodejs/node/pull/43552
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-cache.1')
-rw-r--r-- | deps/npm/man/man1/npm-cache.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/deps/npm/man/man1/npm-cache.1 b/deps/npm/man/man1/npm-cache.1 index 42e1998371..30b4947bd0 100644 --- a/deps/npm/man/man1/npm-cache.1 +++ b/deps/npm/man/man1/npm-cache.1 @@ -5,11 +5,7 @@ .P .RS 2 .nf -npm cache add <tarball file> -npm cache add <folder> -npm cache add <tarball url> -npm cache add <git url> -npm cache add <name>@<version> +npm cache add <package\-spec> npm cache clean [<key>] npm cache ls [<name>@<version>] npm cache verify @@ -85,6 +81,8 @@ cache\fP .SS See Also .RS 0 .IP \(bu 2 +npm help package spec +.IP \(bu 2 npm help folders .IP \(bu 2 npm help config |