I seem to be getting the following when I execute npm install bower -g
npm install bower -g
/usr/local/share/npm/bin/bower -> /usr/local/share/npm/lib/node_module
In Mac OS X add next row into your ~/.bash_profile
export PATH="$HOME/.node/lib/node_modules/bower/bin:$PATH"
And restart terminal or type:
source ~/.bash_profile