Skip to content
Snippets Groups Projects
Commit 1c4f76e3 authored by Christophe HAMERLING's avatar Christophe HAMERLING Committed by Saúl Ibarra Corretgé
Browse files

Define Node.js 12 as requirement

parent 111a1ef8
No related branches found
No related tags found
No related merge requests found
.nvmrc 0 → 100644
12
\ No newline at end of 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
```
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment