Skip to content

Commit

Permalink
docs: fix npm cache folder location for windows (#6329)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
charlie-wong committed Apr 18, 2023
1 parent 3fa9542 commit 997bcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/content/configuring-npm/folders.md
Expand Up @@ -72,7 +72,7 @@ Man pages are not installed on Windows systems.
#### Cache

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

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

Expand Down

0 comments on commit 997bcdf

Please sign in to comment.