Define Node.js 12 as requirement

This commit is contained in:
Christophe HAMERLING 2020-06-24 16:30:37 +02:00 committed by Saúl Ibarra Corretgé
parent 111a1ef884
commit 1c4f76e3b8
3 changed files with 6 additions and 0 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
12

View File

@ -58,6 +58,8 @@ If you want to hack on this project, here is how you do it.
#### Installing dependencies
Install Node.js 12 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 12 by running `nvm use`).
```bash
npm install
```

View File

@ -15,6 +15,9 @@
"validate": "npm ls",
"watch": "webpack --config ./webpack.renderer.js --mode development --watch --watch-poll"
},
"engines" : {
"node" : ">=12.0.0"
},
"build": {
"appId": "org.jitsi.jitsi-meet",
"productName": "Jitsi Meet",