mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 07:15:27 +02:00
npm-cache: fix the command to show cache path (#15358)
This commit is contained in:
parent
7a97ca0ba8
commit
8147e0a18b
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@
|
|||
|
||||
`npm cache verify`
|
||||
|
||||
- Show information about the npm cache location and configuration:
|
||||
- Show the cache path:
|
||||
|
||||
`npm cache dir`
|
||||
`npm config get cache`
|
||||
|
||||
- Change the cache path:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue