You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Kaan Soral <ka...@gmail.com> on 2014/04/28 04:51:58 UTC

plugman caches local plugin directories and never invalidates that cache

I couldn't find a way to make plugman fetch the updated version of a local
plugin, researched the issue a lot, it seems to be related to the recent
cache changes
(also the cache directory is nowhere to be found)

Re: plugman caches local plugin directories and never invalidates that cache

Posted by Mark Koudritsky <ka...@google.com>.
Currently the plugman cache is in
~/.plugman/cache

There is a plan to move to "npm cache" for both plugman and cli for caching
the downloaded plugins and platforms. A "cache" command will also be part
of it to allow cleaning the cache.



On Sun, Apr 27, 2014 at 10:51 PM, Kaan Soral <ka...@gmail.com> wrote:

> I couldn't find a way to make plugman fetch the updated version of a local
> plugin, researched the issue a lot, it seems to be related to the recent
> cache changes
> (also the cache directory is nowhere to be found)
>