Add dependency on 'sass'

Without a dependency on sass it fails to build with the attached error on my
linux 64-bit system. This adds a devDependency on `sass` with the current
latest version.

The issue can also be solved by running `npm install sass`.

I'll be honest I don't fully understand the nuances of why this is needed, I
just tried it thanks to [this stackoverflow answer](https://stackoverflow.com/a/65796287).
This commit is contained in:
Sebastian Blunt 2022-04-07 22:57:51 -07:00
parent 7c66dacc40
commit 13d38cf29f
2 changed files with 42 additions and 0 deletions

View file

@ -75,6 +75,7 @@
"postcss-import": "^14.1.0",
"postcss-loader": "^6.2.1",
"prompt": "^1.2.2",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"sitemap": "^7.1.1",
"terser": "^5.12.1",