nodejs

How to install Node.js 6.4.0 on Ubuntu 16.04

<pre>sudo apt-get update sudo apt-get install build-essential libssl-dev<ul style="text-align: justify;"> <li> Download the nvm installation script from the<a href="https://github.com/creationix/nvm">project&#8217;s GitHub page</a> and run it </li> </ul> <pre>curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh -o install_nvm.sh bash install_nvm.sh<ul style="text-align: justify;"> <li> Close your Terminal screen and open it again to gain access to the nvm functionality. Then run the following commands </li> </ul> <pre>nvm list nvm ls-remote nvm install 6.4.0 nvm use 6.