Installing Nodejs & NPM on Ubuntu 13.10
Oct 19, 2013
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