npm ci
Package ManagementClean install (for CI/CD)
Examples
Common usage examples
Clean install from package-lock.json
npm ciNotes
- 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