diff --git a/src/guide/quick-start.md b/src/guide/quick-start.md index 4544bc488a..b548830192 100644 --- a/src/guide/quick-start.md +++ b/src/guide/quick-start.md @@ -23,7 +23,7 @@ import { VTCodeGroup, VTCodeGroupTab } from '@vue/theme' :::tip Prerequisites - Familiarity with the command line -- Install [Node.js](https://nodejs.org/) version 18.3 or higher +- Install [Node.js](https://nodejs.org/) version `^20.19.0 || >=22.12.0` ::: In this section we will introduce how to scaffold a Vue [Single Page Application](/guide/extras/ways-of-using-vue#single-page-application-spa) on your local machine. The created project will be using a build setup based on [Vite](https://vitejs.dev) and allow us to use Vue [Single-File Components](/guide/scaling-up/sfc) (SFCs).