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...
Foundations & Tooling Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Foundations & Tooling
What is the difference between `npm install` and `npm ci`?
A
npm ci installs only devDependencies; npm install installs all
B
npm ci uses the lockfile exactly and deletes node_modules first; npm install may update the lockfile
C
npm ci is for continuous integration only; npm install works offline
D
They are identical
Check Answer