You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/27 07:13:01 UTC

[GitHub] [cordova] GedasGa edited a comment on issue #130: After upgrade cordova not able to run cordova from php exec() or shell_exec()

GedasGa edited a comment on issue #130: After upgrade cordova not able to run cordova from php exec() or shell_exec()
URL: https://github.com/apache/cordova/issues/130#issuecomment-506215365
 
 
   Anyway, from your given information the problem is that you don't have a `HOME` path defined.
   
   It fails in the following [statement in cordova-lib](https://github.com/apache/cordova-lib/blob/dfbab745d918de1cb24b2b0fe6bd1652ac2b227b/src/cordova/util.js#L29-L32).
   
   What you could do, is to define a path, which can be accessed by the user that executes the command and create a `.cordova` folder with a `lib` folder inside. (it expects you have a `.cordova` folder with a `lib` folder inside
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org