|
|
|
|
|
by ndonnellan
2902 days ago
|
|
I highly recommend using package-lock.json files and npm ci in a ci-environment. That way your automated processes aren't changing dependencies. And even if you use npm install, your lock files act as a source of history to inspect what changes occurred between new installs. |
|