簡體   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