Installing NodeJS on Ubuntu 14.04
09
Mar
Installing NodeJS on an installation of Ubuntu Server 14.04 is fairly straight forward but most tutorials I’ve found gloss over some details that I constantly run into any time I install it so I thought I’d clarify the procedure that I had to follow to get it installed successfully. Run the following commands to install NodeJS and NPM sudo apt-get install …