Answers for "cant 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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language