gleam-community / ansi

ANSI colours, formatting, and control codes
Apache License 2.0
24 stars 0 forks source link

Dependency resolution failed when adding #2

Closed greenfork closed 1 year ago

greenfork commented 1 year ago
> gleam add gleamy_ansi
  Resolving versions
error: Dependency resolution failed

An error occurred while determining what dependency packages and versions
should be downloaded.
The error from the version resolver library was:

Decision making failed

Current toml file:

[dependencies]
gleam_stdlib = "~> 0.25"
gladvent = "~> 0.4"
gleam_erlang = "~> 0.17"
nibble = "~> 0.2"

[dev-dependencies]
gleeunit = "~> 0.7"
hayleigh-dot-dev commented 1 year ago

The package is not quite published yet! We're still polishing the docs, give us a day or two ^.^

greenfork commented 1 year ago

Oh I see, thanks!