Gulp-sass: Gulp-sass depends on Node-Sass

Created on 15 Dec 2020  路  5Comments  路  Source: dlmanning/gulp-sass

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.

Most helpful comment

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

All 5 comments

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

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

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

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.

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...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

simonua picture simonua  路  5Comments

webchaz picture webchaz  路  3Comments

OskHa picture OskHa  路  7Comments

bertez picture bertez  路  8Comments

JamesVanWaza picture JamesVanWaza  路  4Comments