mix local.hex
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
warning: use Mix.Config is deprecated. Use the Config module instead
config/config.exs:8
warning: use Mix.Config is deprecated. Use the Config module instead
config/dev.exs:1
** (Mix) request timed out after 60000ms
Could not install Hex because Mix could not download metadata at https://repo.hex.pm/installs/hex-1.x.csv.
Alternatively, you can compile and install Hex directly with this command:
mix archive.install github hexpm/hex branch latest
elixir安装hex的问题
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
3条回答 默认 最新
关注 引自免费微信小程序:皆我百晓生
好的,让我们从如何下载Hex开始。
根据你的错误消息,Hex缺少依赖项。这通常是因为Hex依赖于Hex仓库(https://github.com/hexpm/hex)。要解决这个问题,你需要首先安装Hex仓库。
你可以通过运行
mix hex install
命令来安装Hex仓库。如果你已经安装了Hex仓库,那么在终端中输入mix hex update
就能更新Hex仓库。如果Hex仓库没有包含你想要的版本,你可能需要手动编译Hex。下面是一个简单的示例:
use Mix.Config; config developing do log :info, 'Building Hex version 1.0' end install hex 1.0
在这个例子中,我们创建了一个开发环境,并安装了Hex版本1.0。
一旦你成功安装了Hex,你可以通过
mix hex compile
命令编译Hex。use Mix.Config; config developing do log :info, 'Building Hex version 1.0' end compile hex 1.0
在这个例子中,我们创建了一个开发环境,并编译了Hex版本1.0。
以上就是安装Hex的基本步骤。如果你遇到任何其他问题,欢迎随时向我提问。
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报 编辑记录
悬赏问题
- ¥15 如何解除Uniaccess管控
- ¥15 微信小程序跳转关联公众号
- ¥15 Java AES 算法 加密采用24位向量报错如何处理?
- ¥15 使用X11可以找到托盘句柄,监控到窗口点击事件但是如何在监听的同时获取托盘中应用的上下文菜单句柄
- ¥45 字符串操作——数组越界问题
- ¥15 Loss下降到0.08时不在下降调整学习率也没用
- ¥15 QT+FFmpeg使用GPU加速解码
- ¥15 为什么投影机用酷喵播放电影放一段时间就播放不下去了?提示发生未知故障,有什么解决办法吗?
- ¥15 来个会搭建付费网站的有偿
- ¥100 有能够实现人机模式的c/c++代码,有图片背景等,能够直接进行游戏