How to install node.js on Ubuntu/Linux Mint?
How to install node.js on Ubuntu/Linux Mint?
This is how I install node.js on Linux Mint:
# aptitude install nodejs nodejs-legacy npm
The nodejs-legacy makes sure the command node
will invoke node.js.