Looks like in `get-package-json.js`: ``` startPath = 'gulpfile.babel.js' path.join('.', 'package.json'); => 'package.json' ``` So it try to require 'package.json' instead of './package.json' Sorry no time today to do a pull request :(