Skip to content

install node 16 on centos 7

varshajpatil edited this page Aug 26, 2022 · 2 revisions

refer here (https://techviewleo.com/install-node-js-on-centos-linux/)

 curl -fsSL https://rpm.nodesource.com/setup_16.x | sudo bash -
 node -v
 sudo yum install -y nodejs
Clone this wiki locally