i installed node ,haxe and kha16.1.2 via haxe lib
created an empty folder and cd into the folder and created a kha project with the following command
node /home/pi/haxelib/kha/16,1,2/make --init
when i compied the project with the folowing code
node /home/pi/haxelib/kha/16,1,2/make
i am getting the following error ,thank u in advance please help
node /home/pi/haxelib/kha/16,1,2/make.js
Creating Kha project.
/home/pi/haxelib/kha/16,1,2/Tools/khamake/main.js:44
if (result.stdout.toString() !== '') {
^
TypeError: Cannot read property 'toString' of null
at compileShader2 (/home/pi/haxelib/kha/16,1,2/Tools/khamake/main.js:44:21)
at compileShader (/home/pi/haxelib/kha/16,1,2/Tools/khamake/main.js:132:4)
at exportKhaProject (/home/pi/haxelib/kha/16,1,2/Tools/khamake/main.js:380:3)
at exportProject (/home/pi/haxelib/kha/16,1,2/Tools/khamake/main.js:451:3)
at Object.exports.run (/home/pi/haxelib/kha/16,1,2/Tools/khamake/main.js:539:2)
at Object.<anonymous> (/home/pi/haxelib/kha/16,1,2/Tools/khamake/khamake.js:376:23)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)
at tryModuleLoad (internal/modules/cjs/loader.js:539:12)