|
|
|
|
|
by rezonant
820 days ago
|
|
No, "npm install" doesn't actually do that. In the situation you are talking about, "npm install" and "npm ci" behave the same. It makes sense that they behave the same here right? What is the point of a package lock if just installing packages on a new copy of a codebase updates the dependencies? Package locks aren't just about deploying: As a developer, I need to be assured that the code I'm running is the same as my coworker. |
|