yoyoyo
0
Q:

install node in redhat linux

# yum -y install nodejs
OR
# dnf -y install nodejs
0
-------------- 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 -
0

New to Communities?

Join the community