elixir - Phoenix 1.3 migration unknown application: -


i trying migrate phoenix app 1.2 1.3 using official guide, including moving web code lib/my_app_web.

i hitting following

== compilation error on file lib/my_app_web/gettext.ex == ** (argumenterror) unknown application: :myappweb     (elixir) lib/application.ex:428: application.app_dir/1     (elixir) lib/application.ex:437: application.app_dir/2     (gettext) expanding macro: gettext.compiler.__before_compile__/1     lib/my_app_web/gettext.ex:1: myappweb.gettext (module)     (elixir) lib/kernel/parallel_compiler.ex:117: anonymous fn/4 in kernel.parallelcompiler.spawn_compilers/1 

in lib/my_app_web.ex define defmodule myappweb ... end

is there else need update?

you should check whether existing of file application.ex in lib/you_app_web/.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -