NPM - Can't completelly remove bower on linux - no file or directory found

I was reinstalling node + npm so npm packages can be installed without SUDO.Which is working fine.

The problem is: in that proccess, i manually removed /home/myLapatop/opt/bin/bower and now if I try to unninstall bower i get a "no such file or directory" error, pointing to the path i mentioned above. I don't know now where the paths to such file are configured, or if i still have remains of my previous node installation somewhere but i just can't seem to find it.

I'm on Linux Mint 17

Thanks in advance.