Nikita Matrosov created CB-12786:
------------------------------------

             Summary: 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


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to