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 :: command line size of directory 
Shell :: windows service start 
Shell :: .gitignore not working 
Shell :: unstage files in git 
Shell :: zip entire directory ubuntu 
Shell :: rsync with ssh key 
Shell :: pause bash script 
Shell :: bash copy file and rename 
Shell :: sudo tee trick 
Shell :: gnutls_handshake() failed: An unexpected TLS packet was received. 
Shell :: get full path of files in directory linux command 
Shell :: multi line comment in bash shell 
Shell :: uninstall plesk ubuntu 
Shell :: git commit current changes to existing branch 
Shell :: ubuntu move folder to another directory 
Shell :: spyder 4.2.5 requires pyqt5<5.13, but you have pyqt5 5.15.4 which is incompatible. 
Shell :: delete all merged branches 
Shell :: check ram in linux 
Shell :: git initialize repository 
Shell :: clear git cache 
Shell :: install python debian 
Shell :: ubuntu install yarn 
Shell :: run redis in background ubuntu 
Shell :: install ionic 6 
Shell :: how to upgrade docker-compose version 
Shell :: Ping with Timestamps 
Shell :: docker manjaro 
Shell :: how to add image in readme.md 
Shell :: windows install httpie 
Shell :: add vite to existing project 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =