v3.0.0
This release requires Node.js 8 or later.
You now have to choose whether you want node-sass
or dart-sass
by installing one of them yourself and setting it in the options. See the updated docs: https://github.com/sindresorhus/grunt-sass#usage
Don't forget const sass = require('node-sass')
or const sass = require('dart-sass')
.