繁体   English   中英

无法安装 mix

[英]Cannot install mix

我已按照以下说明进行操作: 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 插件的“ asdf install之前”部分。

暂无
暂无

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

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