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

fs.futimes causes gulp build failure on AIX 6 #302

Closed
just-dont opened this issue Sep 3, 2018 · 0 comments · Fixed by #341
Closed

fs.futimes causes gulp build failure on AIX 6 #302

just-dont opened this issue Sep 3, 2018 · 0 comments · Fixed by #341

Comments

@just-dont
Copy link

node -v
8.11.4

gulp
@4.0.0

See nodejs/node#12609. This causes the following error with gulp on any gulp.dest():

Error: ENOSYS: function not implemented, futime

Currently I'm using a monkeypatch to ignore fs.futimes ENOSYS errors in lib/file-operations.js, but I'm not exactly sure if it's a proper enough solution.

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 a pull request may close this issue.

1 participant