Downgrade NWjs to 0.62.2. The latest version does not work on Ubuntu 20.04.

refs #7442
This commit is contained in:
Akshay Joshi
2022-06-21 16:49:43 +05:30
parent f97e294c80
commit e8f0454b39
5 changed files with 25 additions and 11 deletions

View File

@@ -24,7 +24,7 @@
},
"devDependencies": {
"eslint": "^6.3.0",
"nw": "^0.64.0"
"nw": "0.62.2"
},
"scripts": {
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."