docs: change required node version to be above 16.11 (#8408)

This commit is contained in:
zecka 2022-10-24 10:47:03 +02:00 committed by GitHub
parent 5e93604546
commit 708460ddc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Before getting started, please make sure you have installed the recommended setu
* Either enable [**Take Over Mode**](https://vuejs.org/guide/typescript/overview.html#volar-takeover-mode) (recommended)
* ... or add **TypeScript Vue Plugin (Volar)** 👉 [[Download](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)]
<sup>*</sup> If you already have Node.js installed, check with `node --version` that you are using version 14.16 or above 16.11.
<sup>*</sup> If you already have Node.js installed, check with `node --version` above 16.11.
::alert{type=info}