diff options
author | isaacs <i@izs.me> | 2013-10-24 09:21:59 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-10-24 09:22:13 -0700 |
commit | f6f176e10872cac9dcdcd46a92c9ebfe4740f117 (patch) | |
tree | 2928003417e60d9bad43056b8579171bf0e75552 /deps/npm/man/man1/npm-cache.1 | |
parent | 808a968409b6c6cc305506efd3caa4477a376125 (diff) | |
download | node-f6f176e10872cac9dcdcd46a92c9ebfe4740f117.tar.gz |
npm@1.3.12
Diffstat (limited to 'deps/npm/man/man1/npm-cache.1')
-rw-r--r-- | deps/npm/man/man1/npm-cache.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deps/npm/man/man1/npm-cache.1 b/deps/npm/man/man1/npm-cache.1 index 28ee1dd87..e66c85b28 100644 --- a/deps/npm/man/man1/npm-cache.1 +++ b/deps/npm/man/man1/npm-cache.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-CACHE" "1" "September 2013" "" "" +.TH "NPM\-CACHE" "1" "October 2013" "" "" . .SH "NAME" \fBnpm-cache\fR \-\- Manipulates packages cache @@ -41,8 +41,9 @@ the entire cache is cleared\. .IP "" 0 . .SH "DETAILS" -npm stores cache data in \fB$HOME/\.npm\fR\|\. For each package that is added -to the cache, three pieces of information are stored in \fB{cache}/{name}/{version}\fR: +npm stores cache data in the directory specified in \fBnpm config get cache\fR\|\. +For each package that is added to the cache, three pieces of information are +stored in \fB{cache}/{name}/{version}\fR: . .IP "\(bu" 4 \|\.\.\./package/: @@ -71,7 +72,7 @@ they do not make an HTTP request to the registry\. .SH "CONFIGURATION" . .SS "cache" -Default: \fB$HOME/\.npm\fR on Posix, or \fB$HOME/npm\-cache\fR on Windows\. +Default: \fB~/\.npm\fR on Posix, or \fB%AppData%/npm\-cache\fR on Windows\. . .P The root cache folder\. |