Math support with katex doesn't work due to installation fail (dependancy on outdated, insecure versions of trim and got) #7736
Labels
closed: please-fix-this-cve
This issue is asking for fixing a CVE in a build-only dep which doesn't pose any real threat.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Configuration
subsection)npm install --save remark-math@3 rehype-katex@5 [email protected]
. Unfortunately, the installation doesn't succeed.trim
andgot
First, I got:
Running
npm audit fix
, I got:Running
npm audit fix --force
, I got:Reproducible demo
No response
Steps to reproduce
npx create-docusaurus@latest my-website classic
npm install --save remark-math@3 rehype-katex@5 [email protected]
Expected behavior
Expected the install to complete successfully!
Actual behavior
The Installation failed!
Your environment
Self-service
The text was updated successfully, but these errors were encountered: