DEV Community

Discussion on: So you think you're just gonna `npm install`? Think again

Collapse
 
lirantal profile image
Liran Tal

if you run an npm install with npm ci then npm will only consult the lockfile, and so changing the lockfile directly will work.