Trouble installing

I am trying to install openzeppelin, but whenever I do, it gives the error.

117 vulnerabilities (15 low, 33 moderate, 64 high, 5 critical)

To address issues that do not require attention, run:
npm audit fix

To address all issues possible (including breaking changes), run:
npm audit fix --force

I cant figure it out.
Please help.

Hi,

Thats not an error, that's a warning, mostly happens because npm is cross checking dependencies used by the library and might found older versions of some, please check this article.

The library should be installed.