Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: