From 708460ddc8028ba9d3a16147c07a1e0c8dde44fb Mon Sep 17 00:00:00 2001 From: zecka Date: Mon, 24 Oct 2022 10:47:03 +0200 Subject: [PATCH] docs: change required node version to be above 16.11 (#8408) --- docs/content/1.getting-started/2.installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index b93f3102bd6..78e2cea61a9 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -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)] -* If you already have Node.js installed, check with `node --version` that you are using version 14.16 or above 16.11. +* If you already have Node.js installed, check with `node --version` above 16.11. ::alert{type=info}