shankari edited a comment on issue #87:
URL: https://github.com/apache/cordova-fetch/issues/87#issuecomment-657975022


   I poked around this a little bit, and the `Failed to fetch plugin ... via 
registry` error is from `cordova-lib/src/plugman/fetch.js`
   
   <details>
   <summary>Code</summary>
   
   ```
                   .catch(function (error) {
                       var message = 'Failed to fetch plugin ' + plugin_src + ' 
via registry.' +
                           '\nProbably this is either a connection problem, or 
plugin spec is incorrect.' +
                           '\nCheck your connection and plugin 
name/version/URL.' +
                           '\n' + error;
                       return Promise.reject(new CordovaError(message));
   ```
   </details>
   
   So the real error is `Could not determine package name from output`


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to