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
While on a train, I noticed that I cannot remove packages while being offline:
$ gleam remove gleam_stdlib
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:
Unable to determine package versions: error sending request for url
(https://repo.hex.pm/packages/gleeunit)
I can't think of a case where deleting a package would change the resolved versions of the other installed packages, since all their versions are locked in the manifest anyways. Dependencies are also recorded in the manifest, so removing transitive packages should also be possible without calling hex again. ~ 💜
The text was updated successfully, but these errors were encountered:
While on a train, I noticed that I cannot remove packages while being offline:
$ gleam remove gleam_stdlib 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: Unable to determine package versions: error sending request for url (https://repo.hex.pm/packages/gleeunit)
I can't think of a case where deleting a package would change the resolved versions of the other installed packages, since all their versions are locked in the manifest anyways. Dependencies are also recorded in the manifest, so removing transitive packages should also be possible without calling hex again. ~ 💜
The text was updated successfully, but these errors were encountered: