There is something I don't understand with how npm audit fix
works. From the docs:
npm audit fix
runs a full-fledgednpm install
under 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?