Tag Archives: NodeJs
How to Install NodeJs on Ubuntu
Creating frontend and web-based applications node.js is one of the most popular choices. In order to install node.js we need to decide about the version that we want to install. There are a couple of versions available 13.x 12.x (LTS) 10.x For this project, we will use version 12.x of node.js. To start the installation we need to add the repository…