When to use Yarn over NPM? What are the differences?
UPDATE: March 2018 (bit late…) Since version 5, npm generates a ‘lockfile’ called package-lock.json that fixes your entire dependency tree much the same way the yarn (or any other) locking mechanism does, A tool has been made –save is now implied for npm i Better network and cache usage npm 5.7.0 further introduced the npm … Read more