26 Mar 2014
Installing lates node.js and npm on Ubuntu 13.10
Installing lates node.js and npm on Ubuntu 13.10
I had a litle bit of trouble figuring out how to install the latest versions of node.js and npm on my
Ubuntu 13.10 rig, so here are the commands I used:
Node.js:
~$ sudo apt-get install nodejs
~$ sudo ln -s /usr/bin/nodejs /usr/bin/node
npm:
~$ curl https://npmjs.org/install.sh -L |sudo sh