在窗户上我在Microsoft vs 8

问题描述

bcrypt_elixir

无法编译依赖项:bcrypt_elixir,“混合编译”失败。您可以使用“ mix deps.compile bcrypt_elixir”重新编译此依赖项,使用“ mix deps.update bcrypt_elixir”对其进行更新,或使用“ mix deps.clean bcrypt_elixir”对其进行清理

tc_api

(混合)在路径中找不到“ nmake”。如果您设置了MAKE环境变量, 请确保它是正确的。

解决方法

请阅读要求here。您需要安装Visual Studio才能使用nmake.exe。对于较早的VS版本,例如VS 2008,您可以read this answer

但是,您可以安装Windows Subsystem Linux(WSL),以便可以轻松安装Linux上可用的所有依赖项和工具,包括gcc,make和glibc。您可以在WSL上安装Erlang,Elixir和所有所需的东西,并在Windows上您最喜欢的IDE上对它们进行编码。