After installing a global dependency using:
npm install -g react-native-cli
Fish shell does not recognize the global command. After looking around on SO I found a few posts related to npm install bin being in the $PATH
. I tried some of the suggestion but could not find a solution.
echo $PATH
/usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin
How do I include my global node modules in my path? Or is there another solution?