npm cache
npm,
Syntax
npm cache <command>
Parameters
| Parameters | Description | Examples | Level |
|---|---|---|---|
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
- , npm cache clean --force
- npm 5+,
- CI