`babel src -presets react,env -out-dir static` this has to be corrected to `babel src --presets react,env --out-dir static` It's mentioned properly in the GitHub repo