Answers for "yum install node"

4

yum install node

curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
sudo yum install nodejs
Posted by: Guest on June-16-2020
0

yum install node version 12

curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -
Posted by: Guest on January-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language