Open kenodressel opened 5 years ago
the dependency node-sass is stated as version 4.9.2 in package.json which results in errors when trying to compile the dependency on systems with a higher node version than 10 (current: 12.x).
node-sass
4.9.2
I will take a look at this and provide a pull request.
the dependency
node-sass
is stated as version4.9.2
in package.json which results in errors when trying to compile the dependency on systems with a higher node version than 10 (current: 12.x).