ubuntu 安装nodejs(很好用)

ubuntu安装nodejs

最近在研究github的博客,以后的博客可能都会发表在github上。

github上的博客用hexo来搭建,但hexo有依赖于nodejs,所以不得不安装nodejs。网络上的安装nodejs步骤有点复杂,还是这个简单明了,所以记录下来供大家参考

curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
apt-get install --yes nodejs
npm install -g hexo

安装nodejs两个命令就搞定了,npm可以直接用了~

你可能感兴趣的:(个人日记,备忘)