From 592a6083a88fbb880e8f942c3aa45e84c241beb9 Mon Sep 17 00:00:00 2001 From: Jeff Galbraith Date: Wed, 11 Nov 2020 08:00:43 -0700 Subject: [PATCH] chore(docs): add warning about node > 12 and webpack --- docs/src/pages/quasar-cli/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/src/pages/quasar-cli/installation.md b/docs/src/pages/quasar-cli/installation.md index 08b03dafa11..4db6a55abf1 100644 --- a/docs/src/pages/quasar-cli/installation.md +++ b/docs/src/pages/quasar-cli/installation.md @@ -6,7 +6,11 @@ desc: How to install the Quasar CLI on your development machine. Make sure that you have Node >=10 and NPM >=5 installed on your machine. ::: warning -**Do not use uneven versions of Node i.e. 11, 13, etc.** These versions aren't tested with Quasar and often cause issues due to their experimental nature. We highly recommend always using the LTS version of Node. +**Do not use any Node version higher that 12+**. Webpack 4 does not support any Node version higher than this and we cannot move to Webpack 5 without making breaking changes. However, we will support Webpack 5 in a future release. +::: + +::: warning +**Do not use uneven versions of Node i.e. 11, 13, etc.** These versions are not tested with Quasar and often cause issues due to their experimental nature. We highly recommend always using the LTS version of Node. ::: ```bash