I'm on an ubuntu18 machine with erlang and gleam properly installed. Any time i run gleam run in my project folder i get an error
vagrant@ubuntu-18:/home/gleam/gleam_project$ gleam run
Compiling gleam_stdlib
Compiling gleeunit
Compiling gleam_project
build/dev/erlang/gleam_project/gleam@@main.erl:13: illegal pattern
build/dev/erlang/gleam_project/gleam@@main.erl:14: variable 'Reason' is unbound
build/dev/erlang/gleam_project/gleam@@main.erl:14: variable 'StackTrace' is unbound
error: Shell command failure
There was a problem when running the shell command erlc.
I'm on an ubuntu18 machine with erlang and gleam properly installed. Any time i run gleam run in my project folder i get an error
vagrant@ubuntu-18:/home/gleam/gleam_project$ gleam run
Compiling gleam_stdlib
Compiling gleeunit
Compiling gleam_project
build/dev/erlang/gleam_project/gleam@@main.erl:13: illegal pattern
build/dev/erlang/gleam_project/gleam@@main.erl:14: variable 'Reason' is unbound
build/dev/erlang/gleam_project/gleam@@main.erl:14: variable 'StackTrace' is unbound
error: Shell command failure
There was a problem when running the shell command
erlc.