I would like to ask you, when I install some package terminal show me warning:
found 1 high severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
I always fix this warning with npm audit fix
, but why is it still showing me this msg?
Should I reinstall something, or should I ignore it?
Thanks