-
-
Notifications
You must be signed in to change notification settings - Fork 779
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
Upgrade of node-sass package to Dart Sass #1503
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
@palisadoes @noman2002 |
It worked fine with 18.18.0, |
Yes, but our package.json specifies node >= 20 . We have to be aligned with it and make updates. |
And node-sass has no longer support and updates and the npm packager and maintainer suggested to move to dart sass for upcoming updates and support for this. |
please assign this issue, love to work on it. |
@varshith257 did you worked on it? What problems did you faced |
I didn't worked much about it but researched about it. While installing talawa admin the node saas required build and is compatible with Just exploring found node saas is no longer supported and updates to it. Suggested to move to Dart Sass. I think to complete this issue we have to migrate all node saas code to dart sass. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
I would like to work on this issue! |
Is your feature request related to a problem? Please describe.
Node Sass is deprecated and the compatibility with Sass and Node is failing
Saas v9.0.0 producing build errors if we use
node-sass
along with thenode version >=20.x.x
as specified inpackage.json
Describe the solution you'd like
1)
Node Sass
is deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features.2) The
package.json
is defined to usenode engine >= 20.x.x.
If we need to use latest version of node without any compatibility issues has to be moved toDart Sass
Describe alternatives you've considered
Approach to be followed (optional)
A clear and concise description of approach to be followed.
Upgrade package of node-sas to Dart Sass to make compatible with latest version of nodejs
Additional context
Add any other context or screenshots about the feature request here.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359
The text was updated successfully, but these errors were encountered: