-
Notifications
You must be signed in to change notification settings - Fork 381
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
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... |
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.
The text was updated successfully, but these errors were encountered: