Comment by g42gregory
3 months ago
I am not very sophisticated npm user on MacOS, but I installed bunch of packages for Claude Code development. How do we check if computer has a problem?
Do we just run:
npm list -g #for global installs
npm list #for local installs
And check if any packages appear that are on the above list?
Thanks!
How I do it is, run npm list --all then check the completely dependency tree to find out if anywhere I am using the vulnerable package.