-1

I get the following errors while trying to install react router from terminal with npm install react-router-dom:

added 3 packages, and audited 1505 packages in 2m

240 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

I don't know what these errors indicate and would like to know how to proceed with fixing them.

James
  • 615
  • 1
  • 4
  • 22
  • 2
    Hi there. Those messages indicate the packages were installed successfully. Those aren't errors, just warnings about vulnerabilities. This is likely completely expected. The occurrence of vulnerabilities depends on the package and version installed. – abgregs Aug 15 '23 at 17:36
  • You can run `npm audit fix` – Lin Du Aug 16 '23 at 02:37

0 Answers0