Set the nwjs version to '0.55.0' to fixed the blank screen issue, caused by the latest version on Windows 2016/2019 server.

This commit is contained in:
Akshay Joshi 2021-09-21 14:58:16 +05:30
parent 56a17f7c8e
commit 9bf0d0ace0

View File

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