sass / node-sass

:rainbow: Node.js bindings to libsass

Home Page:https://npmjs.org/package/node-sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node 20 Support (module 115)

ZachHandley opened this issue · 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