Home > Net >  Can't uninstall npm package spotifydl
Can't uninstall npm package spotifydl

Time:11-30

I installed npm install -g spotifydl, but the package is outdated and does not work. So then I tried uninstalling npm uninstall -g spotifydl it but all it does is reinstalling it, I tried uninstalling it via brew but didn't work either.

CodePudding user response:

Have you tried npm un -g spotifydl?

  • Related