From 39e083fae00209ad552eb3070b8d19866ff592b4 Mon Sep 17 00:00:00 2001 From: Nikolas Burk Date: Wed, 20 Nov 2024 10:04:19 +0100 Subject: [PATCH] continue upgrade docs --- .../01-quickstart-prismaPostgres.mdx | 2 +- .../01-quickstart-sqlite.mdx | 2 +- ...al-databases-typescript-prismaPostgres.mdx | 4 +--- .../500-reference/400-system-requirements.mdx | 19 +++++++++++++++++-- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/content/100-getting-started/01-quickstart-prismaPostgres.mdx b/content/100-getting-started/01-quickstart-prismaPostgres.mdx index ec660e3c04..8f290d9efe 100644 --- a/content/100-getting-started/01-quickstart-prismaPostgres.mdx +++ b/content/100-getting-started/01-quickstart-prismaPostgres.mdx @@ -20,7 +20,7 @@ In this Quickstart guide, you'll learn how to get started from scratch with Pris To successfully complete this tutorial, you need: - a [Prisma Data Platform](https://console.prisma.io/) (PDP) account -- Node.js v16.13.0 or higher (learn more about [system requirements](/orm/reference/system-requirements)) +- Node.js 18.18.0 / 20.9.0 / 22.11.0 or higher (learn more about [system requirements](/orm/reference/system-requirements)) ## 1. Set up a Prisma Postgres database in the Platform Console diff --git a/content/100-getting-started/01-quickstart-sqlite.mdx b/content/100-getting-started/01-quickstart-sqlite.mdx index 2d4e6c53db..e15c2798df 100644 --- a/content/100-getting-started/01-quickstart-sqlite.mdx +++ b/content/100-getting-started/01-quickstart-sqlite.mdx @@ -18,7 +18,7 @@ If you want to use Prisma ORM with your own PostgreSQL, MySQL, MongoDB or any ot ## Prerequisites -You need Node.js v16.13.0 or higher for this guide (learn more about [system requirements](/orm/reference/system-requirements)). +You need Node.js 18.18.0 / 20.9.0 / 22.11.0 or higher for this guide (learn more about [system requirements](/orm/reference/system-requirements)). ## 1. Create TypeScript project and set up Prisma ORM diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx index 20a5d208fc..a01c2f39e2 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx @@ -23,9 +23,7 @@ Learn how to create a new TypeScript project with a Prisma Postgres database fro To successfully complete this tutorial, you need: - a [Prisma Data Platform](https://console.prisma.io/) (PDP) account -- Node.js v16.13.0 or higher (learn more about [system requirements](/orm/reference/system-requirements)) - -> See [System requirements](/orm/reference/system-requirements) for exact version requirements. +- [Node.js](https://nodejs.org/en/) installed on your machine ## Create project setup diff --git a/content/200-orm/500-reference/400-system-requirements.mdx b/content/200-orm/500-reference/400-system-requirements.mdx index 673fcc4a48..4c407be4d1 100644 --- a/content/200-orm/500-reference/400-system-requirements.mdx +++ b/content/200-orm/500-reference/400-system-requirements.mdx @@ -21,8 +21,8 @@ The latest version of Prisma ORM requires the following software: | | Minimum required version | | :-------------------- | :----------------------- | -| Node.js | 16.13 / 18.X / 20.X | -| TypeScript (optional) | 4.7.X | +| Node.js | 18.8 / 20.9 / 22.11 | +| TypeScript (optional) | 5.1.X | | Yarn (optional) | 1.19.2 | Notes: @@ -33,6 +33,21 @@ Notes: See also: [Supported database versions](/orm/reference/supported-databases) +
+Expand for earlier versions + +### Prisma ORM v5 + +Prisma ORM v5 requires the following software: + +| | Minimum required version | +| :-------------------- | :----------------------- | +| Node.js | 16.13 / 18.X / 20.X | +| TypeScript (optional) | 4.7.X | +| Yarn (optional) | 1.19.2 | + +
+ ### Operating systems Prisma ORM is supported on MacOS, Windows and most Linux distributions.