You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When executing, let's say,
yarn
withchild_process
, logs return that yarn is not recognized. My solution to that is using the full path of yarn instalation, but if I runcordova build
that has its own dependencies, likegradle
, I can´t do much and I can't execute the command.Any solutions to this?
The text was updated successfully, but these errors were encountered: