Y
Hacker News
new
|
ask
|
show
|
jobs
by
NoahKAndrews
1783 days ago
npm install updates the lock file when you have changed a dependency in package.json, which is reasonable behavior.
1 comments
Aeolun
1783 days ago
It’s not if you want your install command to be deterministic.
I never want the install command to change anything. I want it to install only.
link
I never want the install command to change anything. I want it to install only.