You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with that is that this version of glacier does not work anymore (trying to build a project with it will result in errors).
I tried using gleam add glacier@1 to install the good version (still after installing gleam_json), but then I get this incompatibility error message :
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:
Unable to find compatible versions for the version constraints in your
gleam.toml. The conflicting packages are:
- gleam_community_colour
- gleam_json
- glacier
- test_project
Workaround
If I install glacier first, then gleam_json, I get the latest glacier version but not the latest gleam_json (I only get v1.0.1 instead of v2.0.0).
I count this as a workaround because this version of gleam_json works for my needs.
I didn't make an issue at gleam_json or at gleam_community_colour, but if you think I should, let me know !
The text was updated successfully, but these errors were encountered:
If I try to add
glacier
to a project after addinggleam_json
, version0.9.0
will be installed, and not the latest.Minimal example :
The problem with that is that this version of
glacier
does not work anymore (trying to build a project with it will result in errors).I tried using
gleam add glacier@1
to install the good version (still after installinggleam_json
), but then I get this incompatibility error message :Workaround
If I install
glacier
first, thengleam_json
, I get the latestglacier
version but not the latestgleam_json
(I only getv1.0.1
instead ofv2.0.0
).I count this as a workaround because this version of
gleam_json
works for my needs.I didn't make an issue at
gleam_json
or atgleam_community_colour
, but if you think I should, let me know !The text was updated successfully, but these errors were encountered: