Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install latest node on centos

yum install -y gcc-c++ make 
# v16
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
# v14
# curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - 
yum install nodejs
node -v
Source by tecadmin.net #
 
PREVIOUS NEXT
Tagged: #install #latest #node #centos
ADD COMMENT
Topic
Name
2+2 =