Muneeb Ahmad
Muneeb Ahmad

Reputation: 11

npm install showing vulnerabilities for which no fix is available

I am trying to npm install to fix dependencies issues but it shows vulnerabilities and asks t o run npm audit and when I run npm audit it tell that "no fix available"enter image description here

Upvotes: 1

Views: 604

Answers (1)

eeshankeni
eeshankeni

Reputation: 293

These vulnerabilities have to be fixed by the authors of their respective packages. So no you won't be able to fix them with npm.

Upvotes: 1

Related Questions