diff --git a/docs/src/pages/contribution-guide/contribution-guide.md b/docs/src/pages/contribution-guide/contribution-guide.md index 2711b281b80..b6a4d4a015b 100644 --- a/docs/src/pages/contribution-guide/contribution-guide.md +++ b/docs/src/pages/contribution-guide/contribution-guide.md @@ -235,7 +235,7 @@ An article [Look at the source code](https://medium.com/quasar-framework/wip-loo #### Development Setup -You will need [Node.js](http://nodejs.org) version **8.9+** along [Yarn](https://yarnpkg.com/) or [NPM](https://docs.npmjs.com/getting-started/installing-node). Read `package.json` and take notice of the scripts you can use. +You will need [Node.js](http://nodejs.org) version **10+** along [Yarn](https://yarnpkg.com/) or [NPM](https://docs.npmjs.com/getting-started/installing-node). Read `package.json` and take notice of the scripts you can use. After cloning the repo run: diff --git a/docs/src/pages/quasar-cli/installation.md b/docs/src/pages/quasar-cli/installation.md index 34581869132..a440482e2e2 100644 --- a/docs/src/pages/quasar-cli/installation.md +++ b/docs/src/pages/quasar-cli/installation.md @@ -5,10 +5,6 @@ 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 any Node version higher than 12**. Webpack 4 does not support any Node version higher than 12 (Node 12 is supported) and we cannot move to Webpack 5 without making breaking changes. If you require Node.js 14+, please take a look at [Quasar v2](https://v2.quasar.dev) instead (which is based on Webpack 5). -::: - ::: 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. :::