pro-mern-stack
pro-mern-stack copied to clipboard
flags used for babel commands are wrong in the book
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