Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade gulp-git #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

upgrade gulp-git #30

wants to merge 2 commits into from

Conversation

kimxogus
Copy link

@kimxogus kimxogus commented Jul 5, 2017

gulp-git has require-dir@0.1.0 as a dependency, and require-dir@0.1.0 will fail with node v8.
So I upgraded gulp-git and fixed some code with happiness --fix.

@jorrit
Copy link

jorrit commented Jul 14, 2017

I hope @JedWatson can merge this PR soon.

@blacktemplar
Copy link

didn't see this pull request,

This solves issue #31

@paramaggarwal
Copy link

I hope @JedWatson can merge this PR soon.

@primaryobjects
Copy link

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

@palashkaria
Copy link

any chance this could get merged @JedWatson ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants