How to Install Node js on Ubuntu


If you are trying to install Node.js on Ubntu then follow the instruction given below



  • Setup with Ubuntu:
curl -sL https://deb.nodesource.com/setup | sudo bash -

The above command just updates your system with the latest software builds.

  • Install Node js which is in Ubuntu repository:
sudo apt-get install nodejs

  • Install build tools:
sudo apt-get install build-essential


For more information on various platforms visit the official doc on github.

Comments

Popular posts from this blog

Google India Introduces the people card on Google Search for Mobile Devices with ' Add me to search'.