Categories: How ToInstallation

How to Install Node.js On CentOS 7

 

Node.js is an open source, cross-platform runtime environment for server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on OS X, Microsoft Windows, Linux, FreeBSD, NonStop, IBM AIX, IBM System z and IBM i.

Install Node.js From Source

The following steps to install Node.js From Source

1) Open a new terminal tab on your CentOS 7 machine.

2) Run the following command to download the archive file which we need to use for the installation.

wget http://nodejs.org/dist/v0.12.0/node-v0.12.0.tar.gz

3) Eextract the tar file

tar xvf node-v0.12.0.tar.gz

4) Use the following command to change the working directory to node.

cd node-v*

Before compiling our code we need to install some packages in our CentOS machine that will help us to do so.

1) Opened tab of your terminal enter the followings.

sudo yum install gcc gcc-c++

2) Wait for these packages to install

3) Run the following commands to configure and compile

./configure
make

Don’t worry if the above takes some time to complete because the compilation will take awhile.

4) Use the following command to install Node.js on your system.

sudo make install

.

.

Once the installation is finished

 

You can start using Node.js and to make sure that the correct version is installed you can use the following command in order to check it.

node –version


Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.

Recent Posts

How to use Meta Business Suite: 2024 Guide

Meta Business Suite is nothing but formerly Facebook Business Manager designed to help users manage their presence across Facebook and Instagram seamlessly.…

2 days ago

The Ultimate Guide to WordPress Maintenance: Tips and Tricks

When you’re running a business that relies on website traffic and sales to succeed. Then you need to keep it…

2 weeks ago

Migrate In 2024: Our Comprehensive Website Migration Manual to the Next Level

Migration! Yes, this word is very big in the web hosting industry and it has its importance. Especially for businesses…

2 weeks ago

Unveiling the Importance of Server Maintenance Plans: A Comprehensive Guide

The server is the backbone of the web hosting industry and it acts like a HERO in the web hosting…

3 weeks ago

IP Address is Blocked? A handpicked list of Solutions to Fix it?

Imagine you are on holiday having a cup of tea and browsing your website or blog.Then, what next?You will get…

4 weeks ago