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>
I used yarn instead of npm:
yarn
npm
yarn add grunt grunt-cli yarn grunt
It worked for me. Hopefully, it will help someone else :)