Skip to content

Commit

Permalink
continue upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Nov 20, 2024
1 parent 1bbcf0d commit 39e083f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion content/100-getting-started/01-quickstart-sqlite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
19 changes: 17 additions & 2 deletions content/200-orm/500-reference/400-system-requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -33,6 +33,21 @@ Notes:

See also: [Supported database versions](/orm/reference/supported-databases)

<details>
<summary>Expand for earlier versions</summary>

### 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 |

</details>

### Operating systems

Prisma ORM is supported on MacOS, Windows and most Linux distributions.
Expand Down

0 comments on commit 39e083f

Please sign in to comment.