无法安装混合

问题描述

我已按照以下说明进行操作: 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.

我该如何解决

解决方法

您可能有不兼容的 Erlang/Elixir 版本。

使用 asdf 安装可能是最可靠的方法。

请务必阅读 Erlang asdf 插件的“Before asdf install”部分。

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...