On Friday, 9 August 2019 at 08:30:49 UTC, GreatSam4sure wrote:
On Friday, 9 August 2019 at 03:52:11 UTC, Andre Pany wrote:
On Friday, 9 August 2019 at 01:36:43 UTC, greatsam4sure wrote:
On Friday, 9 August 2019 at 01:18:12 UTC, Elronnd wrote:
[...]



dub fetch dub
Fetching dub 1.16.0...
Please note that you need to use `dub run <pkgname>` or add it to dependencies of your package to actually use/run it. dub does not do actual installation of packages outside of its own ecosystem.


besides in https://code.dlang.org/packages/arsd-official they said use dub add arsd-official

Instead if specifying a dub package manually in your project dub.json thr command dub add will edit the dub.json for you.

Normally you get dub with the dmd/ldc/gdc package. Just download/install a recent package compiler package if you want to have command dub add.

Kind regards
Andre


I am using dmd 2.087.1 and dub 1.11.0

But the command dub add... Did not work

rdmd cannot run on my system.

My assumption is, you have several dub executables on your computer. A recent one, bundled with dmd, and an old 1.11.0. Delete the old one, this should solve your problem.

Please provide more information what you mean with "rdmd does not work". In general rdmd is superseded by the command "dmd -run".

Kind regards
Andre

Reply via email to