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

fix: replace problematic sass-node dependency (deprecated) with sass #5849

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

b0bih
Copy link

@b0bih b0bih commented May 8, 2021

Please read and mark the following check list before creating a pull request (check one with "x"):

Short description of what this resolves:

Many issues have been reported in regards to npm install failure due to sass-node dependency: #2102 #2056 #1467.

sass-node seems to require the presence of python2 (not big deal), but also a specific version .NET SDK on windows plateforms (couple of gigabytes), and even with that it still fails randomly for various reasons.

this depedency is deprecated anyway, and sass (dart-based implementation) is recommanded as drop-in replacement which is also compatble with sass-node.

A discussion about this topic on reddit :
https://www.reddit.com/r/node/comments/ey82ov/its_2020_why_is_nodegyp_still_breaking_builds/

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 this pull request may close these issues.

None yet

1 participant