"The CLDR provider module Cldr.XYZ.Backend was not found"
Running the "install now script" from the web home page leads to a project with this error.
In particular, I executed:
And after my first install, each time I run tests or run the dev server, I read:
Maybe this has nothing to do with Ash, or maybe it does - all I'm guessing is that adding
ash_money
leads to this.Solution:Jump to solution
GitHub
ash-project/ash_money
The extension for working with money types in Ash. - ash-project/ash_money
5 Replies
Hmmmm...yeah it's very likely ash_money
But I've not seen this issue before
What happens if you do
mix clean
and compile again?Sorry about the delay.
So, I've tried running a new project again. Straight from the home page, with this command:
As you know this installs and setups the project. Yes,
ash_money
is one of the dependencies.
Then, I've tried a quick mix test
, just to test it out, and I still obtain the warnings:
So, a "first install" following ash-hq.org
copy-paste installer leads to the above on my machine. I'm not sure if I'm supposed to install or configure something else on my end. But if that was the case, I'd expect some warnings like Ash usually does (AFAIK).
Ok, finally, I've tried mix clean && mix test
. That leads to:
I've even tried mix clean && mix deps.get && mix test
: I obtain the same output (excluding mix deps.get
's output)Strange. Please open an issue on ash_money
copy
Solution
GitHub
ash-project/ash_money
The extension for working with money types in Ash. - ash-project/ash_money