Skip to content

Commit

Permalink
update: required node version (#2756)
Browse files Browse the repository at this point in the history
* Update quick-start.md

### Description
Update required node version to greater than 18.13

### Notes for Reviewers

As vue-cli rely on a more up to date nodejs version to parse args since v3.10:
- https://github.com/vuejs/create-vue/releases/tag/v3.10.0
- vuejs/create-vue#469

Based on nodejs changelog the value should be 18.13
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#2023-01-05-version-18130-hydrogen-lts-danielleadams

* update: required nodejs version

Update node.js version to 18.11 (LTS)

* update: required nodejs version

* Update src/guide/quick-start.md

---------

Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
  • Loading branch information
Yordan-Ramchev and NataliaTepluhina committed Mar 19, 2024
1 parent 702c75a commit 91339e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { VTCodeGroup, VTCodeGroupTab } from '@vue/theme'
:::tip Prerequisites

- Familiarity with the command line
- Install [Node.js](https://nodejs.org/) version 18.0 or higher
- Install [Node.js](https://nodejs.org/) version 18.3 or higher
:::

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

0 comments on commit 91339e6

Please sign in to comment.