[
https://issues.apache.org/jira/browse/CB-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240739#comment-15240739
]
ASF subversion and git services commented on CB-10975:
------------------------------------------------------
Commit 983e9b8f9d892306fe6f78fa4001dd45620c26b2 in cordova-lib's branch
refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=983e9b8 ]
CB-10975 Allow plugin path to be relative to current directory
This closes #421
> 'plugin add ../local/path/to/plugin' cannot access plugin via parent
> directory. Fails with 404 from npmjs.org
> --------------------------------------------------------------------------------------------------------------
>
> Key: CB-10975
> URL: https://issues.apache.org/jira/browse/CB-10975
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Affects Versions: 6.1.1
> Environment: Windows 7
> Reporter: Brendan P Flynn
> Assignee: Vladimir Kotikov
> Labels: reproduced, triaged
>
> cordova app directory structure:
> app
> -/bin (build scripts)
> -/custom_plugins
> -/com.myorg.myplugin
> -/platforms
> -/plugins
> -/test
> -/www
> These attempts to add the plugin work in the command line:
> C:...\app\bin>cordova plugin add ../custom_plugins/com.myorg.myplugin
> --searchpath ../
> AND
> C:...\app>cordova plugin add custom_plugins/com.myorg.myplugin
> This attempt does not work in command line:
> C:...\app\bin>cordova plugin add ../custom_plugins/com.myorg.myplugin
> Error: Registry returned 404 for GET on https://registry.npmjs.org/myorg
> Despite the example [cordova plugin add ../cordova-plugin-camera] from the
> docs
> (https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-plugin-command)
> If --searchpath is required to find a local plugin in a parent directory,
> then that should be documented and the examples should be changed.
> If --searchpath is not required, then this is a bug?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]