www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Coedit almost works for me, except when I go to add peggged

reply Enjoys Math <enjoysmath gmail.com> writes:
I open up the Library Manager in Coedit.

I click on the DUB icon.

I enter in 'pegged' then click the green check.

Errors:

Package peggged not found for registry at https://code.dlang.org/ 
(fallback ["registry at http://code.dlang.org/", "registry at 
https://code-mirror.dlang.io/", "registry at 
https://code-mirror2.dlang.io/", "registry at 
https://dub-registry.herokuapp.com/"]): (1): Error: Got JSON of 
type null_, expected object.
(1): Error: Got JSON of type null_, expected object.
error, failed to fetch the package
Fetching pegged ~master...
error, the DUB description cannot be located or it has not the 
JSON format


Fucking fuck, nothing ever works for me... -__-
Jan 11 2019
parent reply Neia Neutuladh <neia ikeran.org> writes:
On Fri, 11 Jan 2019 17:25:29 +0000, Enjoys Math wrote:
 Package peggged not found for registry at https://code.dlang.org/
The package name is pegged, not peggged. Two g's, not three.
Jan 11 2019
parent reply Enjoys Math <enjoysmath gmail.com> writes:
On Friday, 11 January 2019 at 17:38:31 UTC, Neia Neutuladh wrote:
 On Fri, 11 Jan 2019 17:25:29 +0000, Enjoys Math wrote:
 Package peggged not found for registry at 
 https://code.dlang.org/
The package name is pegged, not peggged. Two g's, not three.
Dude, that doesn't work either. lol
Jan 11 2019
parent reply 0xEAB <desisma heidel.beer> writes:
On Friday, 11 January 2019 at 18:27:37 UTC, Enjoys Math wrote:
 Dude, that doesn't work either. lol
If you're using DUB, add the dependency manually to your project:
 "dependencies": {"pegged": "~>0.4.4"}
Jan 11 2019
parent reply Enjoys Math <enjoysmath gmail.com> writes:
On Friday, 11 January 2019 at 18:36:18 UTC, 0xEAB wrote:
 On Friday, 11 January 2019 at 18:27:37 UTC, Enjoys Math wrote:
 Dude, that doesn't work either. lol
If you're using DUB, add the dependency manually to your project:
 "dependencies": {"pegged": "~>0.4.4"}
You will have to be more specific. I don't see dub.json anywhere within Coedit IDE.
Jan 11 2019
parent 0xEAB <desisma heidel.beer> writes:
On Friday, 11 January 2019 at 18:40:08 UTC, Enjoys Math wrote:
 You will have to be more specific.  I don't see dub.json 
 anywhere within Coedit IDE.
are you using DUB or not?
Jan 12 2019