0

I get this when I try installing @angular/cdk: run npm audit fix to fix them, or npm audit. Is this version conflicts that occur when I install? I'm assuming that conflicts that occur in package.json causes this.

Can some one tell why this occurs and what is this?

Eranki
  • 750
  • 1
  • 11
  • 30
  • 1
    It means that some of the dependencies in your project have vulnerabilities. As it says, you can run `npm audit`; this will show a list of all such dependencies. – jonrsharpe Jun 26 '20 at 11:35
  • 1
    Does this answer your question? [How npm audit works?](https://stackoverflow.com/questions/55569305/how-npm-audit-works) – igg Jun 26 '20 at 11:35
  • What causes these vulnerabilities? Is that version issues alone or anything else? – Eranki Jun 26 '20 at 11:51

0 Answers0