Remix.run Logo
g42gregory 4 days 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!

greatestdevever 2 days ago | parent [-]

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.