Command failed with exit code 1: gulp build

Any devDependencies in your package.json will NOT be installed when Netlify automatically run yarn install or npm install at the beginning of the build.

Try making Gulp a dependency rather than dev dependency?