Install Node And Verify Version On Ubuntu

As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.

Here’s the video:

Here are the steps to install node and then verify the version on Ubuntu

curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

Node.js Step 1

sudo apt install -y nodejs

Node.js Step 2

To verify which version you currently have installed

node -v