Browse Source

doc: recommend Node 12

j8
Saúl Ibarra Corretgé 5 years ago
parent
commit
b50b30e3eb
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      doc/development.md
  2. 1
    1
      doc/manual-install.md

+ 1
- 1
doc/development.md View File

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

+ 1
- 1
doc/manual-install.md View File

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

Loading…
Cancel
Save