You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Steve Gill (JIRA)" <ji...@apache.org> on 2017/06/02 20:50:04 UTC

[jira] [Updated] (CB-12786) Improve logic for searching plugin id in case of module already exists in node_modules

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

Steve Gill updated CB-12786:
----------------------------
    Labels: cordova-next  (was: )

> Improve logic for searching plugin id in case of module already exists in node_modules
> --------------------------------------------------------------------------------------
>
>                 Key: CB-12786
>                 URL: https://issues.apache.org/jira/browse/CB-12786
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-fetch
>    Affects Versions: 1.1.0
>         Environment:  cordova-7.0.2-dev
>            Reporter: Nikita Matrosov
>            Assignee: Nikita Matrosov
>              Labels: cordova-next
>
> Steps to reproduce
> There is the issue with searching plugin id if the module already exists in node_modules.
> cordova create sample
> cordova platform add android
> cordova plugin add cordova-plugin-ms-adal
> cordova plugin add ../azure-activedirectory-library-for-cordova (use local folder)
> Get error message:
> Error: Failed to get absolute path to installed module
> This error occurs since folder name in node_modules (cordova-plugin-ms-adal) differs from base name of installation folder (azure-activedirectory-library-for-cordova).
> PR: https://github.com/apache/cordova-lib/pull/555



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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