I want to get the latest updates for Node (evented I/O for v8 javascript).
I already have installed Node
using:
sudo apt-get install -y python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js -y
sudo apt-get update
sudo apt-get install nodejs -y
How can I get the latest updates? Maybe using a PPA for development version?
v0.11.11
. – Ionică Bizău Mar 12 '14 at 04:39