DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Node.js
Why is npm ci the recommended command for CI pipelines specifically?
A
It's slower but more thorough
B
It fails loudly on any package.json/lockfile mismatch instead of silently reconciling it, which is the correct behavior for an automated build
C
It automatically publishes the package
D
It ignores the lockfile entirely
Check Answer