Error using lib argon2_elixir

my code

defp put_pass_hash(%Ecto.Changeset{valid?: true, changes:%{password: password}} = changeset) do
change(changeset. Argon2.add_hash(password))
end

Error messeger:

“nmake” not found in the path. If you have set the MAKE environment variable,
please make sure it is correct.

Argon2 requires a native function; the error indicates that the required tools to compile it are not available in your environment. This document should help you get set up: