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 :: input prompt in command line 
Shell :: npm start script not found 
Shell :: npm windows error 
Shell :: git config pull with prune 
Shell :: linux list files in directory 
Shell :: get tag list of image from hub using cli 
Shell :: modify file modified time linux 
Shell :: Não foi possível encontrar o pacote youtube-to-mp3 
Shell :: power shell 
Shell :: extract a tar.xz in linux 
Shell :: -v /var/run/docker.sock jenkins/jenkins 
Shell :: setup commandline vscode in mac 
Shell :: git pull asks for passphrase every time 
Shell :: how to recover last commit git 
Shell :: mdem ubuntu ssh key 
Shell :: stop gnix 
Shell :: how to stash changes git 
Shell :: linux change user shell /bin/false 
Shell :: check service status in linux 
Shell :: get from match to end of file 
Shell :: linux print to printer 
Shell :: find file 
Shell :: which linux 
Shell :: awk tab delimited 
Shell :: access django admin 
Shell :: install react Spinner 
Shell :: vite js install 
Shell :: current directory makefile 
Shell :: using locate search for the file 
Shell :: bash test if in interactive shell 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =