Answers for "install node in redhat linux"

0

install node in redhat linux

# yum -y install nodejs
OR
# dnf -y install nodejs
Posted by: Guest on November-07-2020
0

install node in redhat linux

-------------- As root user -------------- 
# curl -sL https://rpm.nodesource.com/setup_10.x | bash -

-------------- A user with root privileges  --------------
$ curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
Posted by: Guest on November-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language