I am having serious problems using Elixir Phoenix Framework on Windows8. After going through most of the platform-related errors, the error tells me that no reinforcement was found and was not compiling the ranch. Iβve even gone so far as to put fixtures on my path to the environment, but still complain. In general, what should I do to compile the ranch, there is an example error below.
Programming PC@PROGRAMMING-PC ~/Documents/GitHub/Elixir/phoenix ((v0.6.1))
$mix phoenix.new newapp ~/newapp
'c:/Program' is not recognized as an internal or external command,
operable program or batch file.
β[31mβ[1m** (Mix) Could not compile dependency ranch, c:/Program Files/rebar/reb
ar.cmd command failed. If you want to recompile this dependency, please run: mix
deps.compile ranchβ[0m
source
share