From d1ef18f9ac6b9608be08ecd6d51e274a7d2959c2 Mon Sep 17 00:00:00 2001 From: zecka Date: Sat, 22 Oct 2022 09:01:58 +0200 Subject: [PATCH] Update required node version Since nuxt seems not work on node v < 16 -> update documentation https://github.com/nuxt/framework/issues/8407 https://github.com/nuxt/framework/issues/8335 --- 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}