My new post
May 26, 2014
From now on, I will write something everyday to improve myself. Maybe writing is a good habbit.
When I get to use hexo, I get in trouble. But I find the solution at this website
When I start a new console or reboot my computer and enter hexo command, I get hexo: command not found. I solved this problem at last.
- enter
nvm currentcommand. I getv0.10.28. - get to the ~/.bash_profile. add the code:
bash nvm use 0.10.28
thanks to this blog
Problem solved.