Can't delete globally installed npm package
i want to delete the serverless.js npm package that's installed globally
if i run
serverless --version
i see that there is a version installed globally
if i run npm ls -g
it's not in the list
I switched to all installed node versions, checked npm ls -g for all but serverless wasn't in the list for any of them
I'm thinking, maybe i installed serverless.js globally when i was still using nvm instead of fnm
Is there a way to check the globally installed npm packages that were installed when i was using nvm ? 🤔0 Replies