Re: Installing local plugin dependencies

2014-05-23 Thread Andrew Grieve
If you're not interested in publishing to the registry, I think using that contains relative paths works fine. It's a bit quirky though. On Thu, May 22, 2014 at 5:44 PM, Michal Mocny wrote: > Chrome apps for mobile initially tried using local dependencies to solve > the project-create-plugin-a

Re: Installing local plugin dependencies

2014-05-22 Thread Michal Mocny
Chrome apps for mobile initially tried using local dependencies to solve the project-create-plugin-add while offline case. In the end, it didn't work for us, and isn't clear that it could ever work. E.g. if you specify local deps in your plugins, you cannot publish those plugin to registry. You'

Installing local plugin dependencies

2014-05-22 Thread Wargo, John
We distribute our Kapsel SDK (our set of Cordova plugins) as an installable package. We're running into a problem when we install a plugin that has local dependencies, it fails because it simply can't resolve where those local plugins are. We know we can use the plugin_search_path on the command