Y
Hacker News
new
|
ask
|
show
|
jobs
by
aaanotherhnfolk
2207 days ago
This setup is going to lose its sheen really quickly when every attempt at writing a blog post also accompanies three hours of npm package bumps
2 comments
colinmcd
2207 days ago
All my dependency versions are pinned, and I'm not using any global CLIs that may change under me. Valid concern though if you don't take precautions.
link
dan_can_code
2207 days ago
> Three hours of package bumps
It takes less than ten seconds to type `npm update`.
link