Skip to main content

How to migrate from yarn to pnpm

Since version 1.70.0, SnailyCAD uses pnpm instead of yarn. This is because pnpm is faster and uses less disk space.

How to migrate

  1. Pull the latest changes: git pull origin main
  2. Install pnpm, follow our guides for either:
  3. Remove the node_modules folder and yarn.lock file if present.
  4. Install the dependencies with pnpm install.
  5. Get yourself up to update with the latest commands by reading the documentation.

Was this page helpful?