- Building Enterprise JavaScript Applications
- Daniel Li
- 28字
- 2021-07-23 16:31:09
Speed
When you install a package and its dependencies, npm installs them sequentially, whereas yarn installs them in parallel. This means installing with yarn is consistently faster.