sass/node-sass

Node 20 Support (module 115)

ZachHandley opened this issue · 2 comments

I removed most of the content of the issue template as this is not something that is super important, but Node-Sass doesn't support Node 20 (which is fair it came out yesterday), but seeing as how Node 20 will be the next LTS I think it's relatively important it's supported

7mbzw0

Don't use node-sass anymore

node-sass is now deprecated. You can easily fix it by the following.

npm uninstall node-sass
npm install sass

It works fully the same with better stability.

source: https://stackoverflow.com/a/74791465/6398044

Node 20 support has landed in v9.0.0