There is something I don't understand with how npm audit fix works. From the docs:
npm audit fixruns a full-fledgednpm installunder the hood
So why when I run npm install and see audit vulnerabilities do I have to run npm audit fix manually to fix them?
 
    