Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Why Yarn?

Rayzr edited this page Apr 20, 2017 · 1 revision

Why use Yarn?

The simple reason? Yarn is ~8x as fast.

Using npm install

real    1m5.753s
user    0m23.594s
sys     0m6.253s

Using yarn install

real    0m8.186s
user    0m6.922s
sys     0m4.088s
Clone this wiki locally