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
hard
Node.js
Why might npm ci be faster than npm install for a clean install?
A
It isn't faster, they're the same speed
B
npm ci skips the dependency-resolution step entirely, trusting the lockfile completely rather than re-resolving ranges
C
npm ci downloads fewer files always
D
npm ci uses a different registry
Check Answer