top | item 42842255 (no title) jefozabuss | 1 year ago I just installed a project with pnpm about 120 packages mostly react/webpack/eslint/redux relatedwith prod env: 700MBwithout prod env: 900MBsadly the bloat cannot be avoided that well :/ discuss order hn newest jeffhuys|1 year ago pnpm stores them in a central place and symlinks them. You’ll see the benefits when you have multiple projects with a lot of the same packages. syncsynchalt|1 year ago You'll also see the benefit when `rm -rf`ing a `node_modules` and re-installing, as pnpm still has a local copy that it can re-link after validating its integrity.
jeffhuys|1 year ago pnpm stores them in a central place and symlinks them. You’ll see the benefits when you have multiple projects with a lot of the same packages. syncsynchalt|1 year ago You'll also see the benefit when `rm -rf`ing a `node_modules` and re-installing, as pnpm still has a local copy that it can re-link after validating its integrity.
syncsynchalt|1 year ago You'll also see the benefit when `rm -rf`ing a `node_modules` and re-installing, as pnpm still has a local copy that it can re-link after validating its integrity.
jeffhuys|1 year ago
syncsynchalt|1 year ago