Tag: pnpm
5 articles
· monorepo / turborepo
Turborepo monorepo pitfalls we learned the hard way
5 production pitfalls that consistently bite mid-size teams 3–12 months into a Turborepo + pnpm monorepo migration — and exactly how to fix each one.
· monorepo / pnpm
How to Set Up a pnpm + Turborepo Monorepo from Scratch
Correctly bootstrap a pnpm + Turborepo monorepo from scratch with real task caching — v2 "tasks" key, not the deprecated "pipeline" most tutorials use.
· astro / cloudflare
How to Deploy an Astro Site on Cloudflare Pages: Setup Guide
Cloudflare Pages deploys Astro for free with unlimited bandwidth. Step-by-step: adapter install, monorepo root directory fix, env vars, and custom domain.
· claude-code / monorepo
How to set up Claude Code for a monorepo
A hands-on guide to CLAUDE.md hierarchy, per-package scoping, --add-dir, parallel sessions with worktrees, and the gotchas that will bite you first. Verified on Claude Code v2.1.141, May 2026.
· pnpm / npm
pnpm vs npm — what actually changes when you switch
Switch if you run a monorepo or care about install speed and disk. Stay on npm if you have phantom-dep debt you cannot audit. Here is the concrete difference.