Hacker News new | ask | show | jobs
by moron4hire 2175 days ago
How often are you installing packages?
1 comments

I do it a ton. I don't write production code much anymore; it tends to be quick scripts or little one-off apps. So I probably type `npm i ...` a few times a day.

Plus things like `npm install` on pull requests, etc.