I'm having multiple issues with my React terminal when trying to install different things. I'm mainly having this issue with installing react router and linking my projects to Github.
*The issue seems to be the 'high severity vulnerabilities' as this is common when I try to do anything within the terminal
I'm new to React and this is slowing my progress. Any help would be greatly appreciated. Thanks!
Here's what is returned in my Terminal:
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\Users\Lenovo\test-app> npm install react-router-dom@5 npm WARN ERESOLVE overriding peer dependency
added 10 packages, changed 3 packages, and audited 1473 packages in 12s
208 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.
PS C:\Users\Lenovo\test-app>