react-component-gulp-tasks icon indicating copy to clipboard operation
react-component-gulp-tasks copied to clipboard

upgrade gulp-git

Open kimxogus opened this issue 8 years ago • 5 comments

gulp-git has [email protected] as a dependency, and [email protected] will fail with node v8. So I upgraded gulp-git and fixed some code with happiness --fix.

kimxogus avatar Jul 05 '17 08:07 kimxogus

I hope @JedWatson can merge this PR soon.

jorrit avatar Jul 14 '17 14:07 jorrit

didn't see this pull request,

This solves issue #31

blacktemplar avatar Jul 21 '17 11:07 blacktemplar

I hope @JedWatson can merge this PR soon.

paramaggarwal avatar Aug 11 '17 09:08 paramaggarwal

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",
}

primaryobjects avatar Nov 07 '17 20:11 primaryobjects

any chance this could get merged @JedWatson ?

palashkaria avatar Oct 03 '18 23:10 palashkaria