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).