Skip to main content

Node.js Installation on CentOS 7 Server

Submitted by nidheesh on Fri, 11/18/2022 - 20:06

Node 14 installation
----------------------------------
[root@appsvr01]# curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
[root@appsvr01]# yum install -y nodejs
[root@appsvr01]# node --version

----------------------------------

[root@appsvr01]# node --version
v14.21.1