From 9ac63f012f9c9461a042fde8adaa6f6b91041cfc Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 28 Dec 2021 09:45:29 +0200 Subject: [PATCH] Reword missing compiler message (#834) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1ade8b5..7252cd0 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ const applySourceMap = require('vinyl-sourcemaps-apply'); const PLUGIN_NAME = 'gulp-sass'; const MISSING_COMPILER_MESSAGE = ` -gulp-sass 5 does not have a default Sass compiler; please set one yourself. +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: