Node 20 Support (module 115)
ZachHandley opened this issue · 2 comments
ZachHandley commented
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
gustawdaniel commented
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.
xzyfer commented
Node 20 support has landed in v9.0.0