kaorahi / lizgoban

Leela Zero & KataGo visualizer
GNU General Public License v3.0
172 stars 29 forks source link

Do not support Electron 7 #37

Closed ivysrono closed 5 years ago

ivysrono commented 5 years ago

Win10 x64 NodeJS 12.13.0

(node:11412) UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, lstat 'C:\Users\xxx\AppData\Local\Temp\electron-download-M01ghN\electron-v7.1.0-win32-x64.zip'
(node:11412) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:11412) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
ivysrono commented 5 years ago

https://github.com/electron/electron-packager/issues/1019