Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
Contribute
Back to npm
npm ci
Package Management
Clean install (for CI/CD)
Examples
Common usage examples
Clean install from package-lock.json
npm ci
Copy
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
npm install