From c1fbbf76bd989328bafc4f848f83800aa813722e Mon Sep 17 00:00:00 2001 From: Julius Marminge Date: Wed, 16 Oct 2024 23:33:34 +0200 Subject: [PATCH] clarify need for pnpm 9.6 (#1141) --- README.md | 6 +++--- package.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 451409425..2494ef8a7 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index 7d5cd7fb7..1cab8653c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "create-t3-turbo", "private": true, "engines": { - "node": ">=20.16.0" + "node": ">=20.16.0", + "pnpm": "^9.6.0" }, "packageManager": "pnpm@9.12.1", "scripts": {