fix(docs/from sources): clarify that Node >=14.17 is required
Related to 00beb6170
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user