Skip to content

Commit

Permalink
clarify need for pnpm 9.6 (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Oct 16, 2024
1 parent 0cadafb commit c1fbbf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
>
> OAuth deployments are now working for preview deployments. Read [deployment guide](https://github.com/t3-oss/create-t3-turbo#auth-proxy) and [check out the source](./apps/auth-proxy) to learn more!
## Installation

> [!NOTE]
>
> Due to high demand, this repo now uses the `app` directory with some new experimental features. If you want to use the more traditional `pages` router, [check out the repo before the update](https://github.com/t3-oss/create-t3-turbo/tree/414aff131ca124573e721f3779df3edb64989fd4).
## Installation
> Make sure to follow the system requirements specified in [`package.json#engines`](./package.json#L4) before proceeding.
There are two ways of initializing an app using the `create-t3-turbo` starter. You can either use this repository as a template:

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "create-t3-turbo",
"private": true,
"engines": {
"node": ">=20.16.0"
"node": ">=20.16.0",
"pnpm": "^9.6.0"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit c1fbbf7

Please sign in to comment.