Skip to main content

nvm cache

View and manage cached install assets.

Usage

Usage: nvm cache <command>

Subcommands

SubcommandAliasesDescription
addDownload and cache without installing.
viewlsList cache stores and files.
removermRemove cached artifacts.

Examples

nvm cache view
nvm cache add 24
nvm cache remove version 24.1.0
nvm cache remove all

Notes

  • Removal can be blocked by policy (allow_download_cache_removal=false).

See Download Cache.