Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

update nodejs centos

$ curl -sL https://rpm.nodesource.com/setup_12.x | bash -
sudo yum install nodejs
Comment

centos upgrade nodejs

# If you don't have an existing version:
sudo yum install nodejs


# If you have installed:
# Option 1
curl -sL https://rpm.nodesource.com/setup_16.x | bash -
sudo yum install nodejs

# Option 2 (I have issues sometimes with Option 1)
wget http://nodejs.org/dist/v16.14.2/node-v16.14.2.tar.gz
tar xzvf node-v* && cd node-v*
sudo yum install gcc gcc-c++
./configure
make
sudo make install
Comment

PREVIOUS NEXT
Code Example
Shell :: install mosquitto ubuntu 
Shell :: ubuntu top bar hide 
Shell :: Unable to connect to libvirt qemu:///system. 
Shell :: git create empty branch 
Shell :: install vlc on pop os 
Shell :: list interfaces centos 
Shell :: git remote chage url 
Shell :: scikit 
Shell :: certbot renew single domain 
Shell :: driver san francisco ui mode error 
Shell :: command line weather 
Shell :: wsl backup 
Shell :: how to get list of files in zip linux 
Shell :: how to remove sudo permission in from download 
Shell :: how to install firefos on an rpi 
Shell :: git user email 
Shell :: install vscode for ubuntu 
Shell :: code server install 
Shell :: find process id of port ubuntu 
Shell :: show the list of file of a commit 
Shell :: install polybar ubuntu 20.04 
Shell :: mac m1 error running pod install 
Shell :: bash copy directory 
Shell :: requireNativeComponent: "RNCSafeAreaProvider" was not found in the UIManager. 
Shell :: copy ssh-keygen, copy ssh key, copy ssh public key, copy ssh key 
Shell :: How to see incognito history? 
Shell :: disable selinux in redhat 
Shell :: install vscode insiders ubuntu 
Shell :: kill port in mac terminal 
Shell :: unix replace comma with tab 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =