MSNCodeSNIPPETS← msncode.dev
snippets/npm

Run npm Script

Execute a script defined in package.json

npmbashscriptrun
BASH
npm run build

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

Update All Packages

Update all dependencies to latest semver