Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

How to install npm in centos

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
source ~/.bash_profile
nvm list-remote
Comment

How to install NodeJs in CentOs?

dnf module install nodejs:
 
dnf module list nodejs
 
dnf module install nodejs:12
Comment

PREVIOUS NEXT
Code Example
Shell :: install material ui icons 
Shell :: uninstall rvm 
Shell :: npm install mongoose error npm ERR! code ENOSELF 
Shell :: fatal: unable to access ': OpenSSL SSL_connect: Connection was reset in connection to github.com:443 
Shell :: snowpack blank ts typescript template 
Shell :: curl install pip 
Shell :: ionic cli 
Shell :: install idle on ubuntu 
Shell :: linux restart command 
Shell :: laravel install ui bootstrap with auth 
Shell :: reload nginx 
Shell :: set hostname debian 10 
Shell :: yarn download ubuntu 
Shell :: jupyterlab docs 
Shell :: npm vercel 
Shell :: Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100145, now running 100415. Please use mysql_upgrade to fix this error 
Shell :: git change https to ssh 
Shell :: wsl upgrade to 2 
Shell :: check if redis is running or not 
Shell :: count lines of code in github repo 
Shell :: show git remote url 
Shell :: how to change gopath 
Shell :: how to change a commit message after push 
Shell :: .gitignore file not ignoring the file 
Shell :: change dns linux 
Shell :: restart bashrc 
Shell :: install sdkman ubuntu 
Shell :: centos see user list 
Shell :: iptables list ubuntu 
Shell :: flutter skia shader compilation error 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =