[ https://issues.apache.org/jira/browse/CB-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16514822#comment-16514822 ]
Raphael edited comment on CB-13973 at 6/16/18 3:50 PM: ------------------------------------------------------- I could not reproduce this issue using cordova@8 and the following tests: {code:java} cordova create example && cd example cordova platform add android cordova plugin add https://github.com/manateeworks/phonegap-manateeworks-v3.git cordova plugin add https://github.com/funkyvisions/phonegap-manateeworks-v3.git{code} {code:java} cordova create example && cd example cordova plugin add https://github.com/manateeworks/phonegap-manateeworks-v3.git cordova plugin add https://github.com/funkyvisions/phonegap-manateeworks-v3.git cordova platform add android{code} If the issue persists for you, please let us know and kindly include instructions on how to reproduce it. Also please test using cordova@8.0.1-nightly.2018.6.13.f567c26f was (Author: raphinesse): I could not reproduce this issue using cordova@8 and the following tests: {code:java} cordova create example && cd example cordova platform add android cordova plugin add https://github.com/manateeworks/phonegap-manateeworks-v3.git cordova plugin add https://github.com/funkyvisions/phonegap-manateeworks-v3.git{code} {code:java} cordova create example && cd example cordova plugin add https://github.com/manateeworks/phonegap-manateeworks-v3.git cordova plugin add https://github.com/funkyvisions/phonegap-manateeworks-v3.git cordova platform add android{code} If the issue persists for you, please let us know and kindly include instructions on how to reproduce it. Also please test using cordova@8.0.1-nightly.2018.6.13.f567c26f > cordova-fetch fails to retrieve a forked plugin > ----------------------------------------------- > > Key: CB-13973 > URL: https://issues.apache.org/jira/browse/CB-13973 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-fetch > Affects Versions: cordova@8.0.0 > Reporter: Doug Davies > Priority: Minor > > Try > cordova plugin add > [https://github.com/manateeworks/phonegap-manateeworks-v3.git] > then try my forked version of the plugin (all I changed was plugin.xml) > cordova plugin add > [https://github.com/funkyvisions/phonegap-manateeworks-v3.git] > verbose logging shows: > *No scripts found for hook "before_plugin_add".* > *Calling plugman.fetch on plugin > "https://github.com/funkyvisions/phonegap-manateeworks-v3.git"* > (node:75391) UnhandledPromiseRejectionWarning: Unhandled promise rejection > (rejection id: 1): [object Object] > (node:75391) [DEP0018] DeprecationWarning: Unhandled promise rejections are > deprecated. In the future, promise rejections that are not handled will > terminate the Node.js process with a non-zero exit code. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org