Can't delete globally installed npm package
i want to delete the serverless.js npm package that's installed globally
if i run
if i run
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 ?
if i run
serverless --version i see that there is a version installed globallyif i run
npm ls -g it's not in the listI 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 ?
