Closed Neurobion closed 1 month ago
The problem seems to be caused by the node-sass library.
Author says:
Node Sass is no longer supported. Please use
sass
orsass-embedded
instead.
I replaced it with the sass library. Because node-sass often has also problems with binary dependencies on newer systems. So the only change is in the package.json
+ tasks/config/sass.js
file.
Everything else went smoothly. All that's left is to remove the vulnerabilities - but that's another problem.
root@app-web:/var/hexo/test/themes/tranquilpeak# npm install
up to date, audited 439 packages in 2s
67 packages are looking for funding
run `npm fund` for details
8 vulnerabilities (1 moderate, 7 high)
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
Description
It is a clean installation of both LXC and the hexo framework itself, followed by this theme. It fails on
nmp install
.Complete log: npm-install.txt
Expected behavior
Successful completion of installation
Steps to reproduce the bug
This is OK = the blog is available in default settings.
Environment