Answer the question
In order to leave comments, you need to log in
Gulp + sass not working, what's wrong?
When I try to run the assembly (gulp sass) Writes an error. All required modules are installed and updated.
Answer the question
In order to leave comments, you need to log in
Gulp
You have 4 versions. A uses version 3 syntax .
Replace yours with this: task watch
gulp.task('watch', function(){
browserSync.init({
Сюда Ваш конфиг сервера
});
gulp.watch(путь до стилей, gulp.series('style'));
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question