Categories
bash blog node

fix node path bash_profile #node #path #bash

fix node path bash_profile #node #path #bash
I had the same issue until I added the following lines to my .bash_profile

[html]
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
[/html]