【发布时间】:2020-05-20 02:52:01
【问题描述】:
当我使用 > npx create-react-app my-app 创建反应项目时,它向我显示一个错误:
发现 1 个低严重性漏洞运行
npm audit fix来修复它们,或npm audit了解详细信息。
我尝试使用 npm audit fix 解决此问题,但它不起作用。
=== npm audit security report ===
Manual Review
Some vulnerabilities require your attention to resolve
Visit https://go.npm.me/audit-guide for additional guidance
Low Prototype Pollution
Package yargs-parser
Patched in >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2
Dependency of react-scripts
Path react-scripts > webpack-dev-server > yargs > yargs-parser
More info https://npmjs.com/advisories/1500
found 1 low severity vulnerability in 1618 scanned packages
1 vulnerability requires manual review. See the full report for details.
【问题讨论】:
标签: javascript reactjs