Skip to content

Commit 997bcdf

Browse files
authoredApr 18, 2023
docs: fix npm cache folder location for windows (#6329)
The default npm install folder for windows is located at %AppData%\npm The default npm cache folder for windows is located at %LocalAppData%\npm-cache
1 parent 3fa9542 commit 997bcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/lib/content/configuring-npm/folders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Man pages are not installed on Windows systems.
7272
#### Cache
7373

7474
See [`npm cache`](/commands/npm-cache). Cache files are stored in `~/.npm` on Posix, or
75-
`%AppData%/npm-cache` on Windows.
75+
`%LocalAppData%/npm-cache` on Windows.
7676

7777
This is controlled by the [`cache` config](/using-npm/config#cache) param.
7878

0 commit comments

Comments
 (0)
Please sign in to comment.