I am trying to install packages and it is throwing this error:
sudo npm i @sentry/node
up to date, audited 1331 packages in 3s
77 packages are looking for funding
run `npm fund` for details
11 vulnerabilities (2 low, 9 high)
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
Earlier for a fix, I tried running npm audit fix --force and then after that, this issue came up.
I tried to fix the issue by reinstalling the packages but it again shows that packages are installed and updated however it is not so.