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.

Similar Posts

Leave a Reply

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