Install NodeJs
In this tutorial, We will learn how to install Node.js on Ubuntu.
Source : Node Js Distribution Github
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
In this tutorial, We will learn how to install Node.js on Ubuntu.
Install Node.js v10.x
# Using Ubuntu curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - sudo apt-get install -y nodejs
Source : Node Js Distribution Github
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Comments
Post a Comment