You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this issue when installing on Windows w/ Elixir 1.17.2:
The following arguments were given to IO.chardata_to_string/1:
# 1
false
Attempted function clauses (showing 2 out of 2):
def chardata_to_string(string) when is_binary(string)
def chardata_to_string(list) when is_list(list)
(elixir 1.17.2) IO.chardata_to_string/1
(elixir 1.17.2) lib/file.ex:246: File.exists?/2
(bundlex 1.5.4) lib/bundlex/toolchain/visual_studio.ex:102: Bundlex.Toolchain.VisualStudio.run_vcvarsall/1
(bundlex 1.5.4) lib/bundlex/toolchain/visual_studio.ex:26: Bundlex.Toolchain.VisualStudio.before_all!/1`
It seems like directory_root is evaluating to :falsehere:
I ran into this issue when installing on Windows w/ Elixir 1.17.2:
It seems like
directory_root
is evaluating to:false
here:The text was updated successfully, but these errors were encountered: