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

Update engines value in package.json #1915

Closed
aravinth-r-7867 opened this issue Mar 14, 2023 · 1 comment · Fixed by #1911
Closed

Update engines value in package.json #1915

aravinth-r-7867 opened this issue Mar 14, 2023 · 1 comment · Fixed by #1911

Comments

@aravinth-r-7867
Copy link

Hi team,
Build failed when sass upgraded to v1.59.0 in our app that uses Node v12. After debugging for a considerable amount of time, we found that dart-sass uses ?? which is supported in Node >=14.0.0. This could be avoided if engines field is properly updated with the NodeJS version that this package supports.

@jathak
Copy link
Member

jathak commented Mar 14, 2023

We just published 1.59.3, which removes the ?? operators, so it should now support Node 12 again.

We will still drop support for Node 12 soon, since it's end-of-life, but we'll make sure to do it properly. Sorry for the trouble!

@jathak jathak closed this as completed Mar 14, 2023
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 a pull request may close this issue.

2 participants