Hacker News new | ask | show | jobs
by yoz-y 2452 days ago
You could but everybody uses version pinning in production, right?
2 comments

People who are serious about reproducible builds host their own repos. Most people probably don’t know the difference between ^1.0.1 and ~1.0.1
Thanks for making me look that up!
If only npm's version pinning actually version pinned without idiotic subrules. package-lock.json is just one massive lie.
What do you mean?