简体   繁体   中英

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

解决问题

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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