Skip to content

Commit

Permalink
feat(docs): update banner on Nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Dec 16, 2022
1 parent 381ffcf commit 2bc24a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/contribution-guide/contribution-guide.md
Expand Up @@ -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:

Expand Down
4 changes: 0 additions & 4 deletions docs/src/pages/quasar-cli/installation.md
Expand Up @@ -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.
:::
Expand Down

0 comments on commit 2bc24a7

Please sign in to comment.