【发布时间】:2021-05-06 23:30:30
【问题描述】:
我已按照以下说明进行操作: https://elixir-lang.org/install.html
但是当我尝试执行mix 时,我看到了这些错误:
╰─❯ mix --help
** (Mix) The task "deps.loadpaths" could not be found
和
╰─❯ mix new app
** (Mix) Application name must start with a letter and have only lowercase letters, numbers and underscore, got: "app". The application name is inferred from the path, if you'd like to explicitly name the application then use the "--app APP" option.
我该如何解决?
【问题讨论】:
-
????
which elixir和which mix的输出是什么? -
还有
elixir --version
标签: elixir elixir-mix