F
F
Fire Place2019-04-17 11:28:41
Node.js
Fire Place, 2019-04-17 11:28:41

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.5cb6e3b7360bb642041743.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Dobrin, 2019-04-24
@andreydobrin

GulpYou 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 question

Ask a Question

731 491 924 answers to any question