You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2016/02/06 01:21:39 UTC

[jira] [Created] (CB-10551) fetch + plugin id mapping logic is out of order

Jesse MacFadyen created CB-10551:
------------------------------------

             Summary: fetch + plugin id mapping logic is out of order
                 Key: CB-10551
                 URL: https://issues.apache.org/jira/browse/CB-10551
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib
            Reporter: Jesse MacFadyen


When attempting to install a plugin from local filesystem or a github url, if the plugin id listed in plugin.xml contains a . can be mapped to an npm module, then npm is used.

repro:
{code}
cordova plugin add https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin
{code}
or if you have a clone:
{code}
cordova plugin add /MyRepos/Insomniac/
{code}

 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org