Skip to content

Commit 5cf39f2

Browse files
fix(non-monorepo): correct devDependency from 'turb' to 'turbo' (#10526)
Fixes #10523 This PR updates the `non-monorepo` template to use the correct `turbo` package as a devDependency instead of the incorrect `turb`. ### Changes - Updated `template/package.json` in the `non-monorepo` example to use `"turbo"` as a `devDependency`. ### Context Previously, running `npx create-turbo@latest -e non-monorepo` would generate a project with `turb` listed in `devDependencies`, causing confusion and requiring users to manually install `turbo`. This fix ensures new projects created from this template have the correct dependency out of the box. Let me know if there’s anything else I should adjust! --------- Co-authored-by: Anthony Shew <anthonyshew@gmail.com> Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
1 parent 80265f7 commit 5cf39f2

2 files changed

Lines changed: 2045 additions & 1976 deletions

File tree

examples/non-monorepo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"next": "15.3.3",
1515
"react": "^19.1.0",
1616
"react-dom": "^19.1.0",
17-
"turb": "^0.1.2"
17+
"turbo": "^2.5.4"
1818
},
1919
"devDependencies": {
2020
"@eslint/eslintrc": "^3.3.1",

0 commit comments

Comments
 (0)