Hello! I can not figure out why sass is not executed. I attach the screen of the command window and the task itself. 
var gulp = require('gulp'), sass = require('gulp-sass'); gulp.task('sass', function() { return gulp.src('app/sass/main.sass') .pipe(sass()) .pipe(gulp.dest('app/css')) });
background-color:- Vladimir Gamalyan