aduros / flambe

Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe/wiki
MIT License
745 stars 118 forks source link

CreateProcessW: The syst em cannot find the file specified. #340

Closed sonygod closed 9 years ago

sonygod commented 9 years ago

Building piratemark Running Pre-Build Command Line... cmd: cmd /c flambe build --release Building: build/web haxe -main Piratemark -lib flambe -cp src -dce full --no-traces -D html -D js-es5 -D js-flatten --macro flambe.platform.ManifestBuilder.use("build/web/assets") -js build/.cache/html.unminified.js CreateProcessW: The syst em cannot find the file specified. Build halted with errors.

hello ,when I try to compile html target ,it's throw these errors.

my nodejs version is 0.8.21 haxe 3.1.3 flambe 4.1 win7 system

sonygod commented 9 years ago

I reinstall node.js to 0.122 verson then fixed