Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在阅读有关npm audit.
npm audit
它应该返回如下内容:
但相反,它返回:
为什么我得到不同的格式?
在线的所有文档和教程都没有显示我所看到的内容,这使得很难理解。
我已经在 3 个不同的终端上尝试过;Mac 终端、iTerm 和 Visual Studio Code 中的终端。都显示相同的东西。
还检查了 npm 版本,它是最新的(8.0.0)。
尝试切换节点版本。我遇到了同样的问题。节点版本是 14。我切换到 10 v. (v10.19.0 (npm v6.13.4)),然后我得到了所需的结果。也许这取决于 npm 版本