I am having a problem installing global node modules and everything I find online says the solve is just adding -g. Which is not the problem. I believe it\'s a linking issue
Add the following line to your ~/.bash_profile
~/.bash_profile
export PATH="$HOME/.npm/bin:$PATH"
Load bash profile
bash -l