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.

Eric Ma

Eric is a systems guy. Eric is interested in building high-performance and scalable distributed systems and related technologies. The views or opinions expressed here are solely Eric's own and do not necessarily represent those of any third parties.

Leave a Reply

Your email address will not be published. Required fields are marked *