astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.15k stars 142 forks source link

kubebox version 0.5.0 windows amd64 binary #48

Closed vlinx closed 5 years ago

vlinx commented 5 years ago

It fails to run, see error output below:

λ kubebox-windows-v0.5.0.exe
C:\Apps\Bin\bundle.js:22988
  if (!this.program.isAlt) return;
                    ^

TypeError: Cannot read property 'isAlt' of undefined
    at Screen.leave (C:\Apps\Bin\bundle.js:22988:21)
    at Screen.destroy (C:\Apps\Bin\bundle.js:23090:8)
    at C:\Apps\Bin\bundle.js:22895:14
    at Array.forEach (<anonymous>)
    at process.on.Screen._exceptionHandler (C:\Apps\Bin\bundle.js:22894:30)
    at emitOne (events.js:116:13)
    at process.emit (events.js:211:7)
    at process._fatalException (bootstrap_node.js:391:26)

λ systeminfo
OS Name:                   Microsoft Windows 10 Enterprise
OS Version:                10.0.17763 N/A Build 17763
System Type:               x64-based PC
astefanutti commented 5 years ago

I've just re-uploaded the windows binary for v0.5.0, that should contain the fix. Could you please give it a try? Thanks!

vlinx commented 5 years ago

The newer version has been tested. It is now working as expected. Thanks.