Skip to content

Commit 4805fe6

Browse files
fix: added Node version requirement
Close #1839
1 parent 4eb8569 commit 4805fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can try Vue with SFCs online on [StackBlitz](https://vite.new/vue). StackBli
1919
:::tip Pre-requisites
2020

2121
- Familiarity with the command line
22-
- Install [Node.js](https://nodejs.org/)
22+
- Install [Node.js](https://nodejs.org/) version 15.0 or higher
2323
:::
2424

2525
To create a build-tool-enabled Vue project on your machine, run the following command in your command line (without the `>` sign):

0 commit comments

Comments
 (0)