With node being at 12. The current node-sass package is incompatible according to the package page on npm.
This leaves us with complications utilizing yarn and makes installation harder to do.
The solution would be to bump node-sass to the latest version and see if other packages need upgrades. For now, a developer could use Node 11 instead of Node 12.
With node being at 12. The current
node-sass
package is incompatible according to the package page on npm.This leaves us with complications utilizing yarn and makes installation harder to do.
The solution would be to bump node-sass to the latest version and see if other packages need upgrades. For now, a developer could use Node 11 instead of Node 12.