Hacker News new | ask | show | jobs
Yarn vs. npm: Installation Time (triplet.fi)
2 points by Tx3 3516 days ago
2 comments

This should measure installation times with initialized caches as well, since Yarn has a better caching strategy for previously fetched packages.

Yarn is significantly faster in these cases since it does not hit the network, it uses the cached data directly.

you probably need to also clean yarn cached folder

~/.yarn-cache/