I installed Erlang/Elixir with the web installer at:
http://elixir-lang.org/install.html#windows
Installed are Eshell V7.2.1 and IEx 1.2.6
So I am running node.js 5.11.1
I create the hello_phoenix app. Changed into the directory and ran "mix phoenix.server"
When asked if I wished to install dependencies I answered: Y
In the midst of the compile I get an errors, namely:
[info] Running HelloPheonix.Endpoint with Cowboy using http on port 4000
14 Jun 18:56:49 - error : Compiling of web\static\js\app.js failed. Couldn't find preset "d:\\phoenix\\hello_pheonix\\node_modules\\babel-preset-es2015" relative to directory "web\\static\\js" ; Compiling of web\static\js\socket.js failed. Couldn't find preset "d:\\phoenix\\hello_pheonix\\node_modules\\babel-preset-es2015" relative to directory "web\\static\\js"
Missing after the project creation appears to be: d:\\phoenix\\hello_pheonix\\node_modules\\babel-preset-es2015
I am running Windows 10 64 64 bit.
So would the failure of the mix phoenix.new or phoenix.server (whichever one failed to create "babel-preset-es2015") lead to the webpage being displayed without CSS? If not what else could the problem be please?
Cheers,
A