doc: recommend Node 12

This commit is contained in:
Saúl Ibarra Corretgé 2020-05-11 09:40:15 +02:00 committed by Saúl Ibarra Corretgé
parent 1b8e5d0244
commit b50b30e3eb
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Building the sources
Node.js >= 10 and npm >= 6 are required.
Node.js >= 12 and npm >= 6 are required.
On Debian/Ubuntu systems, the required packages can be installed with:
```

View File

@ -227,7 +227,7 @@ npm install
make
```
_NOTE: When installing on older distributions keep in mind that you need Node.js >= 10 and npm >= 6._
_NOTE: When installing on older distributions keep in mind that you need Node.js >= 12 and npm >= 6._
Edit host names in `/srv/jitsi-meet/config.js` (see also the example config file):
```