Npm vulnerbilities

How do I get rid of this error?
Why does it appear in my terminal?
Is it because I was using old packages??

I am using windows 10 as my operating system btw.
Right now trying to google the error.

Yes, it is caused by using old versions of NPM packages.
It is quite safe (for personal projects at least) to follow the npm recommended actions npm audit & npm audit fix. Latter command might require -f flag for some packages.

Good practice would be to make a separate commit for this update (assuming you use git or any versioning system).

1 Like

Thank you for this info. I will try this later!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.