I have installed Grunt & Bower & I\'m using ZSH.
when I type bower --help or grunt anything I get zsh: command not found: bower>
bower --help
grunt anything
zsh: command not found: bower>
When you installed, did you install globally?
npm install -g bower
give that a try. If not, also try adding sudo
sudo npm install -g bower