On Fri, 27 May 2016 10:52:15 GMT, ParticlePeter wrote:
On Sun, 22 May 2016 21:36:38 +0200, Sönke Ludwig wrote:
... If you run into any issues, try removing all cached packages with "dub remove *".
"dub remove *" does not work for me, I am getting this message all the time:
"Cannot find package to remove. (id: '*', version: '', location: 'user')""dub remove specific-package" does. I am on Win 10 x64, downloaded the dub zip binaries, and yes, I made sure that version 0.9.25 is used.
PP
You are right, I've mistakenly thought that *
was a valid value here, but it is only for the --version
switch. So the manual alternative is to remove all folders within ~/.dub/packages
(or %AppData%\dub\packages
on Windows).