【发布时间】:2022-07-27 10:56:38
【问题描述】:
当我使用“npx create-react-app my-app”创建 React 应用程序时,我保留了这个警告。我该如何解决这个问题。有人可以帮我吗?
npm WARN deprecated source-map-resolve@0.6.0: See
https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer
supported. Upgrade to v2.x.x.
added 1420 packages, and audited 1421 packages in 45s
185 packages are looking for funding
run `npm fund` for details
6 high severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
【问题讨论】:
标签: reactjs