MSNCodeSNIPPETS← msncode.dev
snippets/npm

Clean npm Cache

Clear the npm cache to fix install issues

npmbashcacheclean
BASH
npm cache clean --force

More npm snippets

Install Specific Version

Install a package at a specific version

List Outdated Packages

Check which packages have newer versions

Run npm Script

Execute a script defined in package.json

Update All Packages

Update all dependencies to latest semver