pnpm vs Yarn: monorepo node_modules

added by JavaScript Kicks
11/5/2018 8:32:43 AM

622 Views

Both pnpm (as of v2.17) and Yarn (as of v1.12) support fast, concurrent installations in monorepos. However, there is a big difference between how they store dependencies in monorepos. Yarn tries to...


0 comments