Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created December 17, 2025 07:09
Show Gist options
  • Select an option

  • Save wullemsb/e5534f9c622090007240b4067d6c57ca to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/e5534f9c622090007240b4067d6c57ca to your computer and use it in GitHub Desktop.
# ❌ Don't do this - ignores the lock file
npm install
# ✅ Do this - strictly respects the lock file
npm ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment