bigardone / phoenix-trello

Trello tribute done in Elixir, Phoenix Framework, React and Redux.
https://phoenix-trello.herokuapp.com
MIT License
2.5k stars 407 forks source link

error on file lib/phoenix_trello/guardian_serializer.ex #20

Closed araslanov-e closed 8 years ago

araslanov-e commented 8 years ago

== Compilation error on file lib/phoenix_trello/guardian_serializer.ex == \ (SyntaxError) lib/phoenix_trello/guardian_serializer.ex:4: syntax error before: '{' (elixir) lib/kernel/parallel_compiler.ex: 100: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8

araslanov-e commented 8 years ago

$ elixir -v Elixir 1.1.1

bigardone commented 8 years ago

Hi @araslanov-e You need to have Elixir 1.2 at least.

https://github.com/bigardone/phoenix-trello#requirements

Cheers

araslanov-e commented 8 years ago

:+1: