npm cache

npm,

Syntax

npm cache <command>

Parameters

ParametersDescriptionExamplesLevel
clean --force npm cache clean --force Common
verify npm cache verify Common
ls npm cache ls Advanced

Examples

npm cache clean --force
Common

npm cache verify

npm config get cache
~/.npm

Common Errors

npm ERR! As of npm@5, the npm cache self-healsnpm 5+,

Tips

Related Commands