[ 
https://issues.apache.org/jira/browse/CB-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236791#comment-15236791
 ] 

ASF GitHub Bot commented on CB-10975:
-------------------------------------

Github user vladimir-kotikov commented on the pull request:

    https://github.com/apache/cordova-lib/pull/421#issuecomment-208765981
  
    I think this is not a regression, since this code has been added recently 
in #363 (see the diff 
[here](https://github.com/MSOpenTech/cordova-lib/commit/45a235fa73e5b23ed9fa44734449503976b999e3#diff-5a4020497db170abc9410280ac313316R297)).
 I'll add the test for this scenario.


> '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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to