I tried to install twitter bower on my Mac, and I used
npm install bower -g
Then I tried bower --help, and the output was
bower --help
I am almost sure you are not actually getting it installed correctly. Since you are trying to install it globally, you will need to run it with sudo:
sudo npm install -g bower