Hi, guys.
Just install Kha by haxelib install Kha,
Than use git clone --recursive https://github.com/KTXSoftware/Empty.git
Than use haxelib run kha windows --run (windows, html5, flash or android - try all of it) and got
Creating Kha project.
undefined:3
let project = new Project('Empty');
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at Function (native)
at module.exports (C:\HaxeToolkit\haxe\lib\kha\16,1,2\Tools\khamake\ProjectFile.js:10:16)
at exportKhaProject (C:\HaxeToolkit\haxe\lib\kha\16,1,2\Tools\khamake\main.js:344:13)
at exportProject (C:\HaxeToolkit\haxe\lib\kha\16,1,2\Tools\khamake\main.js:451:3)
at Object.exports.run.callback [as run] (C:\HaxeToolkit\haxe\lib\kha\16,1,2\Tools\khamake\main.js:539:2)
at Object.<anonymous> (C:\HaxeToolkit\haxe\lib\kha\16,1,2\Tools\khamake\khamake.js:376:23)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
What did I wrong? Thanks