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

I would like to know which version of dart-sass supports node v10.18.0? #2224

Closed
qinfeng0214 opened this issue Apr 19, 2024 · 1 comment
Closed

Comments

@qinfeng0214
Copy link

Hi,my project is node v10.18.0, I used node-sass, and now I want to use dart-sass, and I installed "sass": "^1.75.0", and it prompts "ReferenceError: globalThis is not defined". If dart-sass doesn't support node v10.18.0, then I can just continue using node-sass.
tks!

@nex3
Copy link
Contributor

nex3 commented Apr 19, 2024

Node.js 10.x is extremely outdated. It reached end-of-life on April 30th, 2021 and hasn't received new updates since then, including critical security updates. You absolutely should not be using it anymore.

Per our compatibility policy, Dart Sass only supports current and LTS versions of Node.js. You can check the versions page to find the last version released while Node.js 10.x was in LTS and thus the last version guaranteed to support it: Dart Sass 1.32.12, released 28 April 2021.

@nex3 nex3 closed this as completed Apr 19, 2024
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