blog_phoenix
blog_phoenix copied to clipboard
Simple blog in phoenix framework - elixir
== Compilation error in file web/router.ex == ** (ArgumentError) argument error (stdlib) erl_anno.erl:322: :erl_anno.set(:generated, false, -1) (stdlib) lists.erl:1354: :lists.mapfoldl/3 (stdlib) lists.erl:1355: :lists.mapfoldl/3
Hi, I did a fresh install of elixir and phoenix, followed the instructions and got this: ``` == Compilation error on file web/router.ex == ** (CompileError) web/router.ex: internal error in...
Hi there, the 2nd step in the readme should read `mix ecto.create && mix ecto.migrate`. Best regards, Jonas