I get the following error when trying to use gulp-babel:
Error: Couldn\'t find preset \"es2015\" relative to directory \"/Users/username\"
Check if you have .babelrc file in the root folder of your Project. If not create .babelrc file and add the following:
{ "presets": ["es2015"] }
It fixed the issue.