Closed ghenry closed 1 year ago
Hi all,
I've been using https://github.com/neilberkman/docusign_elixir_sample_app/blob/develop/lib/docusign_elixir_sample_app.ex#L13 which uses
from_date = Timex.shift(Date.utc_today(), days: -30)
now even if I put use Timex in that file I still get:
use Timex
Compiling 1 file (.ex) error: module Timex is not loaded and could not be found
it's in mix.exs and is installed via mix deps.get.
mix.exs
mix deps.get
I get this in a fresh project I'm working on myself too started via mix new with Elixir 1.15.4 and Timex 3.7.11
mix new
What dumb thing am I doing?
Just me not compiling things. Apologies for the noise.
Hi all,
I've been using https://github.com/neilberkman/docusign_elixir_sample_app/blob/develop/lib/docusign_elixir_sample_app.ex#L13 which uses
now even if I put
use Timex
in that file I still get:it's in
mix.exs
and is installed viamix deps.get
.I get this in a fresh project I'm working on myself too started via
mix new
with Elixir 1.15.4 and Timex 3.7.11What dumb thing am I doing?