Brett Uglow
1 min readJul 4, 2018

--

Good post, Lucas. I’ve seen version drift happen both before and after package-lock.json was introduced, and with yarn. Using `save-exact=true` is the best way to prevent this. The only time you may want to allow ranged version numbers is for peer dependencies.

--

--

Brett Uglow
Brett Uglow

Written by Brett Uglow

Life = Faith + Family + Others + Work + Fun, Work = Software engineering + UX + teamwork + learning, Fun = travelling + hiking + games + …

No responses yet