Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gulp-sass depends on Node-Sass #782

Closed
arontsang opened this issue Dec 15, 2020 · 5 comments · Fixed by #802
Closed

Gulp-sass depends on Node-Sass #782

arontsang opened this issue Dec 15, 2020 · 5 comments · Fixed by #802

Comments

@arontsang
Copy link

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
Copy link

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

@Synj24
Copy link

Synj24 commented Dec 24, 2020

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

@duolaam
Copy link

duolaam commented Jan 4, 2021

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

@NickSharf
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants