MSNCodeSNIPPETS← msncode.dev
snippets/npm

Update All Packages

Update all dependencies to latest semver

npmbashupdatedependencies
BASH
npm update

More npm snippets

Clean npm Cache

Clear the npm cache to fix install issues

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