Describe the task
We are currently using npm for dependency management for FE development. Although this works, pnpm is now the preferred package manager for working with Vercel (which we do), and is generally more robust and faster than npm. Switch over our dependency management to use pnpm instead of npm, updating all documentation as necessary and flagging any issues that arise.
Describe the task
We are currently using
npmfor dependency management for FE development. Although this works,pnpmis now the preferred package manager for working with Vercel (which we do), and is generally more robust and faster thannpm. Switch over our dependency management to usepnpminstead ofnpm, updating all documentation as necessary and flagging any issues that arise.