This package, `turbo-windows-64`, is a platform-specific binary that provides the Windows x64 executable for Turborepo, a high-performance build system for JavaScript and TypeScript monorepos. Turborepo is designed to optimize development workflows by leveraging content-addressable caching, remote caching capabilities, and efficient task orchestration to significantly speed up builds, tests, and other operations across multiple packages within a single repository. The primary `turbo` package, not this platform-specific artifact, is what users typically install, as it automatically selects and downloads the correct binary for the host operating system. As of the current stable release, the main `turbo` package is at version `2.9.6`, with active development continuing through frequent canary releases (e.g., `2.9.7-canary.X`). This package (`2.8.17`) represents a specific older minor version of the Windows x64 binary.
npm install turbo-windows-64No compatibility data collected yet for this library.
Illustrates how to install the `turbo` CLI and run a basic build task across a monorepo, including optional Vercel login.
Always install the `turbo` package via your package manager (npm, pnpm, yarn) and let it manage the platform-specific binaries. For example: `npm install turbo --save-dev`.
Ensure you are using a recent version of Turborepo. If encountering authentication issues, run `npx turbo login` to re-authenticate using the new flow. Refer to the official Turborepo documentation for updated Vercel integration steps.
Upgrade Turborepo to version `2.9.7-canary.7` or later (or the equivalent stable release) to ensure full compatibility with pnpm v11 multi-document lockfiles. Ensure your pnpm version is also up-to-date.
For the most stable experience, always use the latest stable release of Turborepo or the most recent canary build if actively testing new features. Regularly update your `turbo` package to benefit from these stability improvements.
Ensure you have installed the main `turbo` package using `npm install turbo --save-dev`, `pnpm add turbo --save-dev`, or `yarn add turbo --dev`. Then, either run `npx turbo run <task>` to execute via `npx`, or ensure your package manager's global bin directory is in your system's PATH for direct `turbo run <task>` execution.
Run `npx turbo login` in your terminal. This will guide you through the updated Vercel OAuth/device login process to re-establish your authentication token.
No dependency data recorded yet.