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

gulp task with gulp-sync emit error while finishing first task #8

Closed
Obooman opened this issue Dec 25, 2015 · 2 comments
Closed

gulp task with gulp-sync emit error while finishing first task #8

Obooman opened this issue Dec 25, 2015 · 2 comments

Comments

@Obooman
Copy link

Obooman commented Dec 25, 2015

task1 works,while before run task2 it emit an error says 'cb is not a function',run task2 alone doesn't show any warn or error.

[11:11:58] Finished 'task1' after 208 μs
[11:11:58] 'sync group0:0' errored after 1.93 ms
[11:11:58] TypeError: cb is not a function

gulpfile scripts as below:

gulp.task('default',gulpsync.sync(['task1','task2']))

there's no any 'cb' keyword in my gulpfile.

node -v: v4.2.1
gulp -v: version 3.9.0

@kaminaly
Copy link
Owner

I'm sorry for my late reply.

I used cb keyword in gulp-sync code.
probably, the error was from there.

I'm not sure but maybe it will be fixed. see below link.
#7 (comment)

@Obooman
Copy link
Author

Obooman commented Jan 22, 2016

Thank you for your reply and the #7 issue seems not help me with this problem.Will this package update or could you please serve me another solution? 😄

@Obooman Obooman closed this as completed Jan 29, 2019
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

No branches or pull requests

2 participants