【发布时间】:2022-01-20 01:12:43
【问题描述】:
我是编码新手。我正在使用 Windows10 并且刚刚安装了 WSL。我想使用命令npm install -g ganache-cli 安装 Ganache,但它说它有 8 个漏洞(7 个中等,1 个高)
当我写npm audit fix 或npm audit fix --force 时,它说没有漏洞。我不明白问题出在哪里。
我的 NPM 版本是 8.3.0
【问题讨论】:
标签: npm windows-subsystem-for-linux audit ganache npm-vulnerabilities