Command
Explanation
Similar to npm install but uses package-lock.json exactly and deletes node_modules first (good for CI/CD).
Examples
Clean install for production
Similar to npm install but uses package-lock.json exactly and deletes node_modules first (good for CI/CD).
Clean install for production