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 2018/11/20 20:40:26 UTC

[GitHub] brodybits opened a new issue #52: Sporadic "version check failed ... continuing anyways" messages

brodybits opened a new issue #52: Sporadic "version check failed ... continuing anyways" messages
URL: https://github.com/apache/cordova/issues/52
 
 
   As reported by @purplecabbage in [[1]](https://lists.apache.org/thread.html/3ab1ed7ac85905b2cd4b85eb58e6ee72c01821c65308e42d5827050f@%3Cdev.cordova.apache.org%3E):
   
   ```
   Installing "cordova-plugin-whitelist" for android
   
   cordova-android version check failed
   ("/Users/jessem/test/android713/platforms/android/cordova/version"),
   continuing anyways.
   ```
   
   From a quick code search I found the "version check failed" message in `cordova-lib`, at: [src/plugman/install.js#L182 ([2])](https://github.com/apache/cordova-lib/blob/master/src/plugman/install.js#L182)
   
   In response to a followup question @purplecabbage wrote:
   
   > The cli is linked current master
   
   Looking at the code it looks like this warning message is emitted when attempt to spawn a version check script fails with an error.
   
   I have not been able to reproduce this warning so far, hopeful that someone else can provide a better reproduction scenario. It would be ideal if someone could post a Cordova project that reproduces this issue.
   
   [1] <https://lists.apache.org/thread.html/3ab1ed7ac85905b2cd4b85eb58e6ee72c01821c65308e42d5827050f@%3Cdev.cordova.apache.org%3E>
   
   [2] <https://github.com/apache/cordova-lib/blob/master/src/plugman/install.js#L182>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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