Closed KirisameMarisas closed 3 years ago
👋 @KirisameMarisas, It might be related to node v16. Could you please try with the active LTS version -> node v14? https://nodejs.org/en/about/releases/
I have tried with node v14, but it still have this problem. And I fix it with modifying the package.json file , change "node-sass" from 5.0.0 to 6.0.0 and the problem is solved. By the way , some dependencies have high-risk vulnerabilities because of old version , using safer dependencies or trying to implement it as safe as possible.
I see. thanks for the tip. I'm gonna release a new version of the theme with updated dependencies.
done 🙂
Description
Npm reports Error after I running the command "npm install" .Is the version compatibility issue?
Expected behavior
Install the theme correctly.
Steps to reproduce the bug
Run "npm install" in theme folder
Environment
npm ls --depth 0
at the root of your blog -->Additional information
It seems the error that causes on hexo-renderer-sass doesn't change dependencies version. I reported this bug on the project issue. Also a lot of security vulnerabilities in old version dependencies.