

Hasty Treat - How to Setup a PNPM Monorepo
Nov 1, 2021
Discover the perks of using PNPM in optimizing web development! The hosts dive into the benefits of monorepos, highlighting how they simplify project management. They tackle workspaces and Git submodules with a humorous twist, making complex topics accessible. Learn about the performance enhancements and efficient package installations PNPM offers. Plus, get insights into navigating Windows support and leveraging NPX for streamlined setups. Tune in for a delightful mix of tech tips and laughs!
AI Snips
Chapters
Transcript
Episode notes
ATM Mishap
- Scott accidentally put a check into the wrong ATM slot.
- The bank had to take the ATM apart to retrieve it.
PNPM Overview
- PNPM is a performant NPM package manager.
- It uses symlinks and a central store, improving speed and saving disk space.
Manage Node Modules
- Use a command to periodically remove old node_modules to save disk space.
- PNPM helps manage disk space by storing modules centrally.