dashbitco / nimble_strftime

A simple and fast strftime-based datetime formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use nimble_strftime in Phoenix

opened this issue · comments

I get the following error:
function NimbleStrftime.format/2 is undefined (module NimbleStrftime is not available)

Did you add it as a dependency? If so, which version is in your mix.lock file?

"nimble_strftime": {:hex, :nimble_strftime, "0.1.1", "b988184d1bd945bc139b2c27dd00a6c0774ec94f6b0b580083abd62d5d07818b", [:mix], [], "hexpm"},

Disregard. I wasn't mix deps.get in the correct folder - my structure is very nested. Thanks Jose!