Commands.app

npm ci

Package Management

Clean install (for CI/CD)

Examples
Common usage examples

Clean install from package-lock.json

npm ci
Notes
  • Faster and more reliable than npm install in CI
  • Requires package-lock.json
  • Removes node_modules before installing
Related Commands
You might also find these useful