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

Replace node-sass with sass #48

Open
juanolalla opened this issue Aug 1, 2023 · 1 comment
Open

Replace node-sass with sass #48

juanolalla opened this issue Aug 1, 2023 · 1 comment

Comments

@juanolalla
Copy link

node-sass is deprecated, and according to it's page, projects that still use it should move onto Dart Sass (sass). This can lead to different problems, like on my local I couldn't use node-sass because "Node Sass does not yet support your current environment: OS X 64-bit...".

On Gruntfile.coffee we would need to replace const sass = require('node-sass') with const sass = require('sass').

@neclimdul
Copy link

Similarly, node-sass uses the obsolete gyp build framework which requires python2 which is also obsolete and no longer on modern linux distro's like ubuntu 23.04.

I had to setup some containers with old versions of node/python/etc to get a build together to help contribute.

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

No branches or pull requests

2 participants