fix(docs/from sources): clarify that Node >=14.17 is required

Related to 00beb6170
This commit is contained in:
Julien Fontanet
2021-05-28 15:14:28 +02:00
parent 03d7ec55a7
commit 90f59e954a
2 changed files with 4 additions and 4 deletions

View File

@@ -14,13 +14,13 @@ As you may have seen in other parts of the documentation, XO is composed of two
### NodeJS
XO needs Node.js. **Please use Node LTS version 14**.
XO needs Node.js. **Please always use latest Node LTS**.
We'll consider at this point that you've got a working node on your box. E.g:
```
$ node -v
v14.16.0
v14.17.0
```
If not, see [this page](https://nodejs.org/en/download/package-manager/) for instructions on how to install Node.

View File

@@ -83,13 +83,13 @@ As you may have seen in other parts of the documentation, XO is composed of two
#### NodeJS
XO needs Node.js. **Please use Node LTS 14**.
XO needs Node.js. **Please always use latest Node LTS**.
We'll consider at this point that you've got a working node on your box. E.g:
```
$ node -v
v14.16.0
v14.17.0
```
If not, see [this page](https://nodejs.org/en/download/package-manager/) for instructions on how to install Node.