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/04/03 18:58:15 UTC

[GitHub] [cordova-docs] dball-adashi opened a new issue #960: Warn not to use cygwin

dball-adashi opened a new issue #960: Warn not to use cygwin
URL: https://github.com/apache/cordova-docs/issues/960
 
 
   # Warn not to use cygwin with cordova
   
   ## Motivation Behind Feature
   The cordova cli appears to be broken when performing certain operations which may lead to the abandonment or lack of adoption of cordova.
   
   ## Feature Description
   Just add a note on the installation page that not all operations work with cygwin.
   
   I spent an embarrassing amount of time trying to figure out why the command "cordova plugin add" would fail when attempting to add a plugin from anywhere except the npm repository.  Both the local file system and github failed similar to the following:
   
   $ cordova plugin add ../cloned/cordova-plugin-fcm-with-dependecy-updated --verbose --save
   No scripts found for hook "before_plugin_add".
   No version specified for ../cloned/cordova-plugin-fcm-with-dependecy-updated, retrieving version from config.xml
   No version for null saved in config.xml
   Attempting to use npm info for null to choose a compatible release
   Error: Not found : com.test.cordova.install
   
   I found this did work within "git bash" on windows.
   
   ## Alternatives or Workarounds
   Not using cygwin.  Instead use "git bash", Powershell, ...
   
   

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