You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Josh Soref (JIRA)" <ji...@apache.org> on 2014/06/26 23:47:25 UTC

[jira] [Resolved] (CB-6674) plugin list breaks with missing plugin

     [ https://issues.apache.org/jira/browse/CB-6674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Soref resolved CB-6674.
----------------------------

       Resolution: Fixed
    Fix Version/s: 3.6.0

> plugin list breaks with missing plugin
> --------------------------------------
>
>                 Key: CB-6674
>                 URL: https://issues.apache.org/jira/browse/CB-6674
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>    Affects Versions: 3.5.0
>            Reporter: Josh Soref
>            Assignee: Josh Soref
>             Fix For: 3.6.0
>
>
> {quote}
> cd /tmp
> rm -rf /tmp/sample
> cordova create sample
> cd sample
> cordova platform add firefoxos
> rm www/index.html
> cp -r ~/Cordova/cordova-mobile-spec/ www/ 
> cordova plugin add org.cordova.mobile-spec-dependencies --searchpath www 
> mv plugins/org.apache.cordova.test.echo .
> cordova plugin
> {quote}
> yields:
> {quote}
> TypeError: Cannot read property 'version' of undefined
>     at cordova-lib/src/cordova/plugin.js:234:42
> {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)