From 5f8074eb9ea676eb2fa28c7d63fd82d27c45c213 Mon Sep 17 00:00:00 2001 From: Ming-jun Lu <40516784+mingjunlu@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:55:10 +0800 Subject: [PATCH] Update the prerequisite Node.js versions in `manual.mdx` --- src/content/docs/en/install/manual.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/install/manual.mdx b/src/content/docs/en/install/manual.mdx index 7eb7c1451696b..476e661c63f07 100644 --- a/src/content/docs/en/install/manual.mdx +++ b/src/content/docs/en/install/manual.mdx @@ -16,7 +16,7 @@ Follow the [create astro CLI wizard](/en/install/auto/) instead. #### Prerequisites -- **Node.js** - `v18.14.1` or higher. +- **Node.js** - `v18.17.1` or `v20.3.0` or higher. ( `v19` is not supported.) - **Text editor** - We recommend [VS Code](https://code.visualstudio.com/) with our [Official Astro extension](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode). - **Terminal** - Astro is accessed through its command-line interface (CLI).