When executing, let's say, yarn with child_process, logs return that yarn is not recognized. My solution to that is using the full path of yarn instalation, but if I run cordova build that has its own dependencies, like gradle, I can´t do much and I can't execute the command.
Any solutions to this?