繁体   English   中英

mix.compile返回错误(Mix)无法编译“ src / gettext_po_parser.yrl”,因为找不到应用程序“ parsetools”

[英]mix.compile returns error (Mix) Could not compile “src/gettext_po_parser.yrl” because the application “parsetools” could not be found

mix compile
==> gettext
could not compile dependency :gettext, "mix compile" failed. You can recompile this dependency with "mix deps.compile gettext", update it with "mix dep
s.update gettext" or clean it with "mix deps.clean gettext"
==> oblako
** (Mix) Could not compile "src/gettext_po_parser.yrl" because the application "parsetools" could not be found. This may happen if your package manager
 broke Erlang into multiple packages and may be fixed by installing the missing "parsetools" package for Erlang.
sudo apt-get install erlang

解决问题

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM