You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/06 13:36:38 UTC

[GitHub] [cordova-android] breautek commented on issue #1040: Requirements check failed for JDK 8 ('1.8.*')! Detected version: null

breautek commented on issue #1040:
URL: https://github.com/apache/cordova-android/issues/1040#issuecomment-704273816


   > I don't know why but when I execute cordova build android the execa used is the first one (the bad one...)
   I figured out by editing both lib file with some log.
   
   I think you should open a new issue and fill out the issue form documenting how `cordova-android` appears to be using the wrong `execa`. I also have a theory that you can add... 
   
   That theory is because our executing code that depends on `execa` doesn't actually live inside `node_modules/cordova-android` and is instead copied into your project folder (`platforms/android/`). So this causes the NPM/Node module resolution to break. Consequentially, it also causes the problem to be fixed if you add it as your own dependency.


----------------------------------------------------------------
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



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