运行环境 Runtime environment

1
2
3
4
5
操作系统: Windos10  
IDE: webStrom 2021.3.1 x64
语言: nodeJs v14.15.4
框架: hexo "5.3.0"
theme: [Butterfly "3.6.1"]

症状

提示警告

found 3 vulnerabilities (2 low, 1 high)

解决办法

主要看最后的信息提示

1
2
found 3 vulnerabilities (2 low, 1 high)
run `npm audit fix` to fix them, or `npm audit` for details

按照提示输入命令

npm audit fix

npm audit fix –force

npm audit