MSNCodeSNIPPETS← msncode.dev
snippets/npm

List Outdated Packages

Check which packages have newer versions

npmbashoutdatedupdate
BASH
npm outdated

More npm snippets

Clean npm Cache

Clear the npm cache to fix install issues

Install Specific Version

Install a package at a specific version

Run npm Script

Execute a script defined in package.json

Update All Packages

Update all dependencies to latest semver