bcrypt_elixir could not compile-6ren">
gpt4 book ai didi

cygwin - 如何修复 Windows 上的 "could not compile dependency :bcrypt_elixir"错误?

转载 作者:行者123 更新时间:2023-12-04 20:29:43 27 4
gpt4 key购买 nike

我在 Windows 上,我正在尝试安装 bcrypt_elixir 模块。

我收到以下错误:

$ mix phx.server
==> bcrypt_elixir
could not compile dependency :bcrypt_elixir, "mix compile" failed. You can recompile this dependency with "mix deps.compile bcrypt_elixir", update it with "mix deps.update bcrypt_elixir" or clean it with "mix deps.clean bcrypt_elixir"
** (Mix) "nmake" not found in the path. If you have set the MAKE environment variable,
please make sure it is correct.

这是错误的终端屏幕截图:

Error

这是我的 deps函数来自 mix.exs :
defp deps do
[
{:phoenix, "~> 1.3.0"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_ecto, "~> 3.2"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 2.10"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:gettext, "~> 0.11"},
{:cowboy, "~> 1.0"},
{:comeonin, "~> 4.0"},
{:elixir_make, "~> 0.4.1"},
{:bcrypt_elixir, "~> 1.0"}
]
end

最佳答案

在我的 Elixir 项目的酿酒厂设置过程中,我遇到了同样的问题。

安装包解决问题,如下所示。

我发现 bcrypt_elixir 需要从 Elixir 论坛安装 make 和 build-essential。

平台:- ubuntu

$ sudo apt install make

$ sudo apt-get install build-essential

关于cygwin - 如何修复 Windows 上的 "could not compile dependency :bcrypt_elixir"错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49471198/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com