A Lengthy Reboot

By Richard Hsu
Latest | Archives | Contact | Others

Installing Nodejs & NPM on Ubuntu 13.10

To try Ghost blogging platform, I had to install nodejs and npm. Was not straight forward so wanted to share what commands I ran to get it installed.
sudo apt-get install nodejs 
sudo ln -s /usr/bin/nodejs /usr/bin/node 
curl https://npmjs.org/install.sh | sudo sh