Made a brand new project with gleam new then gleam add gladvent. I changed nothing then ran gleam build and encountered:
> gleam build
Compiling argv
Compiling envoy
Compiling filepath
Compiling gleam_erlang
Compiling gleam_http
Compiling gleam_httpc
error: Unknown module value
┌─ .\build\packages\gleam_httpc\src\gleam\httpc.gleam:116:26
│
116 │ use response <- result.then(
│ ^^^^
The module `gleam/result` does not have a `then` value.
Made a brand new project with
gleam newthengleam add gladvent. I changed nothing then rangleam buildand encountered: