Github user ankitjaininfo commented on a diff in the pull request:

    https://github.com/apache/cordova-android/pull/103#discussion_r14366860
  
    --- Diff: bin/lib/check_reqs.js ---
    @@ -81,7 +81,7 @@ module.exports.check_android = function() {
             }
             return Q();
         }, function(stderr) {
    -        if (stderr.match(/command\snot\sfound/)) {
    +        if (stderr.match(/command\snot\sfound/) || stderr.match(/is not 
recognized as an internal or external command/)) {
    --- End diff --
    
    Same kind of error, i found on ubuntu. The way to match regex shall break 
at may platforms. I have created a pull request so that it prints and error 
message for easier debug.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to