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/04 07:49:07 UTC

[GitHub] [cordova-docs] oliversalzburg commented on issue #960: Warn not to use cygwin

oliversalzburg commented on issue #960: Warn not to use cygwin
URL: https://github.com/apache/cordova-docs/issues/960#issuecomment-479789349
 
 
   Created a new project, added Android platform, added local plugin:
   ```shell
   OliverSalzburg@oliver-pc /cygdrive/d/foo
   $ cordova plugin add ../Cordova\ Plugins/plugin-barcodescanner --verbose --sav
   No scripts found for hook "before_plugin_add".
   No version specified for ../Cordova Plugins/plugin-barcodescanner, retrieving version from config.xml
   No version for null saved in config.xml or package.json
   Attempting to use npm info for null to choose a compatible release
   Running command: npm view ../Cordova Plugins/plugin-barcodescanner --json
   Command finished with error code 0: npm view,../Cordova Plugins/plugin-barcodescanner,--json
   npm info for helloworld did not contain any engine info. Fetching latest release
   Calling plugman.fetch on plugin "../Cordova Plugins/plugin-barcodescanner"
   fetch: Installing ../Cordova Plugins/plugin-barcodescanner to D:\foo
   Running command: npm install ../Cordova Plugins/plugin-barcodescanner --production --save-exact
   Command finished with error code 0: npm install,../Cordova Plugins/plugin-barcodescanner,--production,--save-exact
   Copying plugin "D:\foo\node_modules\fairmanager-cordova-plugin-barcodescanner" => "D:\foo\plugins\fairmanager-cordova-plugin-barcodescanner"
   Calling plugman.install on plugin "D:\foo\plugins\fairmanager-cordova-plugin-barcodescanner" for platform "android
   Installing "fairmanager-cordova-plugin-barcodescanner" for android
   Running command: D:\foo\platforms\android\cordova\version
   Command finished with error code 0: D:\foo\platforms\android\cordova\version
   Running command: "D:\foo\platforms\android\cordova\version"
   Command finished with error code 0: "D:\foo\platforms\android\cordova\version"
   Finding scripts for "before_plugin_install" hook from plugin fairmanager-cordova-plugin-barcodescanner on android platform only.
   No scripts found for hook "before_plugin_install".
   Install start for "fairmanager-cordova-plugin-barcodescanner" on android.
   PlatformApi successfully found for platform android
   Beginning processing of action stack for android project...
   Installing Android library: src/android/barcodescanner.gradle
   Installing Android library: com.android.support:support-v4:27.+
   Action stack processing complete.
   Updating build files since android plugin contained <framework>
   Subproject Path: CordovaLib
   Subproject Path: app
   Install complete for fairmanager-cordova-plugin-barcodescanner on android.
   Finding scripts for "after_plugin_install" hook from plugin fairmanager-cordova-plugin-barcodescanner on android platform only.
   No scripts found for hook "after_plugin_install".
   Adding fairmanager-cordova-plugin-barcodescanner to package.json
   No scripts found for hook "after_plugin_add".
   ```
   
   CygWin freshly downloaded and installed. Cordova 9.0

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