You may find out Sass version in Node-sass right from the terminal by the next line

node -e 'console.log(require("node-sass").info)'

Answer from Oleksiï Nikonov on Stack Overflow
🌐
npm
npmjs.com › package › gulp-sass
gulp-sass - npm
March 5, 2025 - Gulp plugin for sass. Latest version: 6.0.1, last published: a year ago. Start using gulp-sass in your project by running `npm i gulp-sass`. There are 2399 other projects in the npm registry using gulp-sass.
      » npm install gulp-sass
    
Published   Mar 05, 2025
Version   6.0.1
Author   David Manning
🌐
GitHub
github.com › dlmanning › gulp-sass › releases
Releases · dlmanning/gulp-sass
March 5, 2025 - gulp-sass version 6 uses the new compile function internally by default. If you use any options, for instance custom importers, please compare the new options with the legacy options in order to migrate.
Author   dlmanning
🌐
GitHub
github.com › dlmanning › gulp-sass
GitHub - dlmanning/gulp-sass: SASS plugin for gulp · GitHub
gulp-sass version 6 uses the new compile function internally by default. If you use any options, for instance custom importers, please compare the new options with the legacy options in order to migrate.
Starred by 1.6K users
Forked by 374 users
Languages   JavaScript 93.4% | CSS 3.4% | SCSS 2.9% | Sass 0.3%
🌐
GitHub
github.com › dlmanning › gulp-sass › wiki › Update-to-the-latest-Gulp-Sass
Update to the latest Gulp Sass
May 7, 2015 - Update your Gulp task as required · If you have installation issues, please search the Node Sass Issue Queue for similar installation issues and, if you can't find it, file an issue with your version of Node, NPM, and your operating system with Node Sass · Add a custom footer ·
Author   dlmanning
🌐
Stack Overflow
stackoverflow.com › questions › tagged › gulp-sass
Newest 'gulp-sass' Questions - Stack Overflow
I am using mac system. chip : apple M2 macOS : Ventura 13.4 i was trying to install suiteCommerce Theme Developer Tool, but ran into following problem when i was trying to install node-sass v7.0.0, ... ... I'm encountering an issue with my Gulpfile: when I save changes, the console indicates that both JS and CSS are successfully compiled.
Find elsewhere
🌐
GitHub
github.com › twbs › bootstrap-sass › issues › 1226
Compatibility with gulp-sass 4.1.1 broken with bootstrap-sass 3.4.3 and 3.4.2 · Issue #1226 · twbs/bootstrap-sass
February 28, 2022 - There is a newer gulp-sass version (5.0.0), but that one requires gulp 4 and Node 12, making that upgrade difficult (we're using gulp 3 and Node 10).
Author   boenrobot
🌐
GitHub
github.com › Mister-Hope › gulp5-sass-plugin
GitHub - Mister-Hope/gulp5-sass-plugin: Sass plugin for gulp
Sass plugin for gulp5.
Starred by 40 users
Forked by 2 users
Languages   TypeScript 93.6% | SCSS 3.7% | Sass 1.5% | JavaScript 1.2% | TypeScript 93.6% | SCSS 3.7% | Sass 1.5% | JavaScript 1.2%
🌐
ZetCode
zetcode.com › gulp › sass
Gulp Sass - compiling Sass to CSS with gulp-sass plugin
October 18, 2023 - Gulp Sass tutorial shows how to compile Sass to CSS with gulp-sass plugin.
🌐
Snyk
snyk.io › snyk vulnerability database › npm
gulp-sass - npm Package Health Analysis
December 6, 2020 - Published: 12 years ago Last updated: 11 months ago Latest version: 6.0.1 Latest non-vulnerable version: 6.0.1 ... Further analysis of the maintenance status of gulp-sass based on released npm versions cadence, the repository activity, and other ...
🌐
Zell Liew
zellwk.com › blog › dart-sass-gulp
Using Gulp with Dart Sass | Zell Liew
May 13, 2021 - The contents are dated (it’s written for Gulp v3, but we’re working with Gulp v4 now). Although the contents are dated, it should still give you a good understanding on how a developer workflow works and how to set it up.
🌐
Adobe Developer
developer.adobe.com › commerce › frontend-core › guide › css › custom-preprocessor › gulp-sass
Sass Preprocessor and Gulp | Commerce Frontend Development
This topic describes how to configure and use the Gulp task runner and the gulp-sass package for the Sass preprocessor. For details about adding a custom preprocessor, see Add custom CSS preprocessor. In the root of the theme directory, create an empty package.json and copy-paste the following code: { "author": "Adobe Commerce Inc.", "description": "Node module dependencies for local development", "version": "1.0.0", "main": "gulpfile.js", "dependencies": { "path": "^0.12.7" }, "devDependencies": { "gulp": "^3.9.1", "gulp-notify": "^3.0.0", "gulp-plumber": "^1.1.0", "gulp-sass": "^3.1.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }
🌐
npm
npmjs.com › package › gulp-dart-sass
gulp-dart-sass - npm
April 5, 2023 - Gulp plugin for sass. Latest version: 1.1.0, last published: 3 years ago. Start using gulp-dart-sass in your project by running `npm i gulp-dart-sass`. There are 58 other projects in the npm registry using gulp-dart-sass.
      » npm install gulp-dart-sass
    
Published   Apr 05, 2023
Version   1.1.0
Author   David Manning
🌐
Medium
jhinter.medium.com › setting-up-gulp-to-compile-scss-in-less-than-5-minutes-fee8bea2b68b
Setting up GULP to compile SCSS in less than 5 minutes | by J Hinter | Medium
October 22, 2019 - Setting up GULP to compile SCSS in less than 5 minutes Setting up a comfortable compilation pipeline for your SCSS files can be time-consuming and frustrating 😓. You find a lot of outdated …
🌐
GitHub
github.com › dlmanning › gulp-sass › blob › master › CHANGELOG.md
gulp-sass/CHANGELOG.md at master · dlmanning/gulp-sass
December 30, 2021 - Fix Error message returned is unformatted so as to not break other error handling (i.e. gulp-notify) May 6, 2015 · Change Updated to node-sass 3.0.0 · March 26, 2015 · New Added renderSync option that can be used through sass.sync() Change ...
Author   dlmanning
🌐
GitHub
github.com › D3R › gulp-sass
GitHub - D3R/gulp-sass: SASS plugin for gulp
gulp-sass version 6 uses the new compile function internally by default. If you use any options, for instance custom importers, please compare the new options with the legacy options in order to migrate.
Author   D3R