dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.56k stars 381 forks source link

Gulp-sass depends on Node-Sass #782

Closed arontsang closed 3 years ago

arontsang commented 3 years ago

There should not be a dependency on Node-Sass given that users should be able to choose to use Dart-Sass as a dependency instead of Node-Sass.

SteveMelons commented 3 years ago

This is an issue. I can't npm install gulp-sass because it is trying to install node-sass and throwing errors.

Synj24 commented 3 years ago

I'm also having troubles trying to install because of node-sass

duolaam commented 3 years ago

node-sass depends on the python2 environment. makes npm install difficult

NickSharf commented 3 years ago

There is a package based on this project with dart-sass replacement https://www.npmjs.com/package/gulp-dart-sass. Try to use it instead of gulp-sass.

GregOriol commented 3 years ago

I'd also like to add that node-sass seems to take up ~160MB when installed, which is huge for a module, and even mode huge when it is not used because using the dart compiler...