Skip to content

Instantly share code, notes, and snippets.

@ricn
Created May 11, 2015 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricn/2fdbe9f491904aafac57 to your computer and use it in GitHub Desktop.
Save ricn/2fdbe9f491904aafac57 to your computer and use it in GitHub Desktop.
Phoenix 0.13
Air:bitdoc ricn$ mix deps.get
Running dependency resolution
Dependency resolution completed successfully
All dependencies up to date
Air:bitdoc ricn$ mix phoenix.server
lib/phoenix_html.ex:1: warning: redefining module Phoenix.HTML
lib/phoenix_html/engine.ex:1: warning: redefining module Phoenix.HTML.Engine
lib/phoenix_html/form_data.ex:1: warning: redefining module Phoenix.HTML.FormData
lib/phoenix_html/form.ex:1: warning: redefining module Phoenix.HTML.Form
==> phoenix_html
Compiled lib/phoenix_html/engine.ex
lib/phoenix_html/link.ex:1: warning: redefining module Phoenix.HTML.Link
Compiled lib/phoenix_html.ex
Compiled lib/phoenix_html/link.ex
lib/phoenix_html/form_data.ex:17: warning: redefining module Phoenix.HTML.FormData.Plug.Conn
lib/phoenix_html/tag.ex:1: warning: redefining module Phoenix.HTML.Tag
Compiled lib/phoenix_html/form_data.ex
lib/phoenix_html/safe.ex:1: warning: redefining module Phoenix.HTML.Safe
Compiled lib/phoenix_html/tag.ex
lib/phoenix_html/safe.ex:18: warning: redefining module Phoenix.HTML.Safe.Atom
lib/phoenix_html/safe.ex:23: warning: redefining module Phoenix.HTML.Safe.BitString
== Compilation error on file lib/phoenix_html/form.ex ==
** (CompileError) lib/phoenix_html/form.ex:181: function raw/1 undefined
(stdlib) lists.erl:1336: :lists.foreach/2
(stdlib) erl_eval.erl:657: :erl_eval.do_apply/6
could not compile dependency phoenix_html, mix compile failed. You can recompile this dependency with `mix deps.compile phoenix_html` or update it with `mix deps.update phoenix_html`
@ACPK
Copy link

ACPK commented Jun 25, 2015

"You should run mix deps.clean --all and then rerun mix deps.get. The dependencies should then compile properly."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment