artemeff / jwt

Erlang JWT library
http://jwt.io/
MIT License
38 stars 39 forks source link

Not working on windows #11

Closed ivanwel closed 6 years ago

ivanwel commented 6 years ago

For some reason I get error: {undef, [{jsx,encode,

With version 0.1.4, when I reverted back to 0.1.3 everything works normal. This is on Windows 10 x64.

Perhaps it is an issue with the used jsx version?

ivanwel commented 6 years ago

Okay so seems I found the issue if I add specifically the latest version of jsx to my own rebar.conf it start to work. I added {jsx, "2.9.0"} to my conf. Maybe stating a specific version in the rebar.conf of this project will fix this issue ?

artemeff commented 6 years ago

Oh, i'm sorry, my rebar3_hex plugin was outdated 0.1.4 retired now on hex.pm, please upgrade to 0.1.5

ivanwel commented 6 years ago

Thanks for the swift reply and fix!