Social Icons

Showing posts with label node.js. Show all posts
Showing posts with label node.js. Show all posts

Sunday, December 08, 2019

Node.js Installation on Ubuntu 16.04

In this post I am sharing few commands to install Node.js & npm installation on Ubuntu 16.04 LTS

sudo apt-get install nodejs
sudo apt-get install npm
nodejs -v

The last command gives the installed version as seen in the screen shot below :


 
Powered By Blogger