Run gulp from Air Application
I am trying to run a gulp task from my air application on mac using NativeProcess class. It works like charm when compiling and running from intellij but not when compiling a dmg with extendedDesktop profile. It seems to be the problem that air cannot find gulp, at least this is the response (command not found).
When trying to get down to the problem i found out, that air doesnt recognize the /usr folder where gulp is installed (even when installed global via "sudo npm install gulp-cli -g". It's not possibly to locate gulp installation.
Again: common commands like "zip" or something already work with the compiled dmg file. it's just i can't make gulp to be found by the compiled app. same code run by intellij working.
Anyone any idea?
Thank you!
