I am trying to create a roaming server to work with elixir and phoenix, but after installing all the requirements and dependencies and when mix phoenix.server I get the following error:
Mistake: Failed to compile "web / static / js / app.js". Could not find preinstalled "es2015" relative to directory "web / static / js";
I'm not sure about the "preset" context here, I hope a more experienced phoenix user will know what he gets.
Some runaway Google gave me nothing but how it could have been connected with babel.
Edit: I just tried installing what I consider to be the missing package, sudo npm install babel-preset-es2015 -g , but it did not resolve the error.
elixir phoenix-framework
Nathan Hornby Dec 17 '15 at 22:34 2015-12-17 22:34
source share