Turborepo is a high-performance build system designed for JavaScript and TypeScript monorepos. It optimizes builds and tests using caching and parallel execution. The current stable version is 2.9.6, with frequent canary releases pushing fixes and new features.
npm install turboNo compatibility data collected yet for this library.
This demonstrates how to initialize a new Turborepo monorepo, install dependencies, and run a development script across all workspaces.
Update your CI/CD configurations and re-authenticate using the new OAuth/device flows. Consult the Turborepo (v2.9.7+) documentation for details.
If remote caching fails unexpectedly, try re-running `npx turbo login` to refresh your authentication tokens. Ensure Vercel environment variables are correctly set in CI/CD.
Run `npx turbo login` to re-authenticate or verify `TURBO_TOKEN` in CI/CD. Refer to documentation for the latest authentication procedures (especially for versions >=2.9.7).
Upgrade Turborepo to v2.9.7 or newer to ensure full compatibility with pnpm v11 lockfiles.
Upgrade Turborepo to v2.9.7 or newer to benefit from improved graceful shutdown handling.
No dependency data recorded yet.