Answer the question
In order to leave comments, you need to log in
Gulp error: write callback called multiple times?
Hello guys, help with an error, I'm new to this topic. The error occurs when building the project and occurs
in this task (task below). And it works on windows without errors. The error only occurs when building on macOS.
gulp.task('js', ['common-js'], function() {
return gulp.src([
'app/libs/jquery/dist/jquery.min.js',
'app/libs/slider-range /jquery-ui.min.js',
'app/libs/slider-range/jquery.ui.touch-punch.min.js',
'app/libs/lity/dist/lity.min.js',
'app /libs/wallop/js/Wallop.min.js',
'app/libs/scrollmagic/scrollmagic/minified/ScrollMagic.min.js',
'app/libs/isotope-layout/dist/isotope.pkgd.min.js ',
'
'app/libs/google-init/google-init.js',
'app/libs/fotorama/fotorama.js',
'app/libs/Likely/release/likely.js',
'app/js/common.min .js', ])
.pipe(concat('scripts.min.js'))
.pipe(gulp.dest('app/js'))
.pipe(browserSync.reload({stream: true}));
});
It would be great if someone could explain to me why this is so?
Answer the question
In order to leave comments, you need to log in
What gives out gulp -v
?
> gulp -v
[13:26:57] CLI version 3.9.1
[13:26:57] Local version 3.9.1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question