sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

Use new node-sass Major Version 5.0 #305

Closed polarius11 closed 3 years ago

polarius11 commented 3 years ago

the node-sass dependency 4.X using node-gyp version 3.8 and this version does not fit very well in our build system because our environment is to new for this old node-gyp version and throws exceptions.

It would be nice to use the node-sass 5.X dependency because it use a newer node-gyp version.

sindresorhus commented 3 years ago

grunt-sass doesn't depend on node-sass, so it's completely up to you to upgrade such a dependency.