ErrLookup › vercel/turborepo
vercel/turborepo
Build system optimized for JavaScript and TypeScript, written in Rust · Rust · 715 source files
Analyzed at 9f94a7d215 on 2026-08-16. 46 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Unable to write .gitignore | exception | error | create-turbo, filesystem, permissions, scaffolding, gitignore |
| Unable to read package.json | exception | error | create-turbo, json, filesystem, scaffolding, package-json |
| Unable to write package.json | exception | error | create-turbo, filesystem, permissions, package-json, scaffolding |
| Unable to update README.md | exception | warning | create-turbo, filesystem, readme, scaffolding, package-manager |
| Directory path contains potentially unsafe characters: ${dir | exception | error | create-turbo, security, input-validation, git, path-validation |
| Invalid task name found in turbo.json. | validation | error | eslint-plugin-turbo, turbo-json, config, validation, linting |
| May not specify workspace name in non-root turbo.json | validation | error | eslint-plugin-turbo, turbo-json, workspace, config, linting |
| Unable to fetch the latest version of ${packageName} | exception | error | turbo-codemod, network, npm-registry, migrate, proxy |
| turbo@${to} does not exist | validation | error | turbo-codemod, version, npm-registry, migrate, validation |
| Invalid version: ${version} | validation | error | turbo-codemod, semver, schema, migrate, package-json |
| New workspace root detected - unexpected 'workspaces' field | console | error | turbo-gen, workspace, monorepo, copy, package-json |
| New workspace is missing a package.json file | console | error | turbo-gen, workspace, copy, package-json, validation |
| New workspace root detected - unexpected pnpm-workspace.yaml | console | error | turbo-gen, workspace, pnpm, monorepo, copy |
| Failed to run generator | exception | error | turbo-gen, generator, plop, codemod, templates |
| No config at "${configPath}" | exception | error | turbo-gen, generator, config, plop, file-not-found |
| Unable to load generators | exception | error | turbo-gen, generator, plop, config, module-loading |
| Generator ${qualifiedName(generator)} not found | exception | error | turbo-gen, generator, plop, name-resolution |
| Failed to run "${qualifiedName(generator)}" generator | exception | error | turbo-gen, generator, plop, action-failed, templates |
| Unknown template "${templateKey}" | exception | error | turbo-gen, generator, template, internal-error, install |
| Generator config directory already exists at ${configDirecto | exception | error | generator, filesystem, scaffolding, turbo-gen |
| Config is invalid. | validation | warning | telemetry, zod, config, schema-validation |
| Could not find telemetry config directory | exception | warning | telemetry, environment, home-directory, config |
| isErrorLike(reason) ? reason.message : String(reason) | exception | error | network, download, scaffolding, create-turbo |
| Failed to download: ${response.status} | http | error | network, http-status, download, github |
| Invalid ${description}: path must be an absolute, non-empty | validation | error | security, path-validation, git, input-sanitization |
| `git ${args[0]}` failed: ${formatError(error)} | exception | warning | git, process, download, spawn |
| Invalid example name: ${name} | validation | error | validation, path-traversal, security, scaffolding |
| Found both turbo.json and turbo.jsonc in the same directory: | validation | error | config, turborepo, file-conflict, monorepo |
| Found both turbo.json and turbo.jsonc in the same directory: | validation | error | config, turborepo, file-conflict, workspace-discovery |
package_manager-already_in_use You are already using this package manager | exception | warning | package-manager, conversion, no-op, turbo-workspaces |
package_manager-could_not_be_found ${convertTo.name} is not installed, or could not be located | exception | error | package-manager, conversion, path, installation |
invalid_directory Could not find directory at ${workspaceRoot}. Ensure the directory exists. | exception | error | filesystem, workspace, path, turbo-workspaces |
package_manager-unable_to_detect Could not determine package manager. Add `devEngines.packageManager` or legacy ` | exception | error | package-manager, detection, lockfile, workspace |
package_manager-unsupported_version Unsupported package manager version. | exception | error | package-manager, semver, conversion, version-mismatch |
package_manager-unexpected Not an aube project | exception | error | package-manager, detection, workspace, aube |
package_manager-unexpected Not a bun project | exception | error | package-manager, detection, workspace, bun |
bun-workspace_glob_error Unable to convert project to bun - workspace globs unsupported | exception | error | package-manager, bun, globs, conversion, workspaces |
error_removing_node_modules Failed to remove node_modules | exception | error | package-manager, bun, filesystem, node-modules, permissions |
package_manager-unexpected Not an npm project | exception | error | npm, workspaces, package-manager-detection, migration, convert |
package_manager-unexpected Not a nub project | exception | error | nub, workspaces, package-manager-detection, migration, convert |
package_manager-unexpected Not a pnpm project | exception | error | pnpm, workspaces, package-manager-detection, migration, convert |
package_manager-unexpected Not a yarn project | exception | error | yarn, workspaces, package-manager-detection, migration, convert |
package_json-missing no "package.json" found at ${workspaceRoot} | exception | error | package-json, filesystem, workspace-root, detection |
package_json-parse_error failed to parse "package.json" at ${workspaceRoot} | exception | error | package-json, json-parse, validation, workspace-root |
| unexpected error reading "package.json" at ${workspaceRoot} | exception | error | package-json, filesystem, permissions, workspace-root, errno |
pnpm-workspace_parse_error failed to parse ${workspaceFile} | exception | error | pnpm, yaml, workspace-config, parse-error, migration |