mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-13 09:36:52 -04:00
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:
parent
7c66dacc40
commit
13d38cf29f
2 changed files with 42 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue