Gulp (как решить проблему?)
Переустанавливал sass в package.json, но ошибка остается(
gulp-sass no longer has a default Sass compiler; please set one yourself.
Both the "sass" and "node-sass" packages are permitted.
For example, in your gulpfile:
const sass = require('gulp-sass')(require('sass'));
[17:10:53] The following tasks did not complete: default, watch, server, styles, scripts, fonts, icons, html, images
[17:10:53] Did you forget to signal async completion?