Open kimxogus opened 7 years ago
I hope @JedWatson can merge this PR soon.
didn't see this pull request,
This solves issue #31
I hope @JedWatson can merge this PR soon.
I can confirm this issue exists after upgrading to node v8.9.0.
Upgrading the version of gulp-git
in package.json
indeed resolves the issue.
"dependencies": {
..
"gulp-git": "^2.4.1",
}
any chance this could get merged @JedWatson ?
gulp-git
hasrequire-dir@0.1.0
as a dependency, andrequire-dir@0.1.0
will fail with node v8. So I upgraded gulp-git and fixed some code withhappiness --fix
.