gpt4 book ai didi

node.js - npm audit 只针对生产依赖?

转载 作者:太空狗 更新时间:2023-10-29 17:41:06 31 4
gpt4 key购买 nike

目前,在项目中运行 npm audit 时,它会检查 dependenciesdevDependencies。我正在寻找一种只检查 dependencies 的方法。目前有办法吗?

最佳答案

在 npm 6.10.0 中发布了对 --production 标志的支持

https://github.com/npm/cli/pull/202

npm audit --production

--omit 标志已添加到 npm 7.x 中,现在是首选。

https://docs.npmjs.com/cli/v8/commands/npm-audit/#omit

npm audit --omit=dev

关于node.js - npm audit 只针对生产依赖?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50352474/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com