Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Install specific node version and update node to lastest stable version

# Install specific node version
sudo curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install nodejs

# To update node to lastest stable version
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Comment

PREVIOUS NEXT
Code Example
Shell :: bash get environment variable 
Shell :: zsh: command not found: wine-stable 
Shell :: list inactive services ubuntu 
Shell :: command to add a user to a group 
Shell :: how to check if tensorflow is working on your pc 
Shell :: how to restart apache ubuntu 
Shell :: genymotion install ubuntu 
Shell :: alpine apt-get not found 
Shell :: git branch -r 
Shell :: linux bash clean up log files in /var/log 
Shell :: install perl 5 on ubuntu 2020 
Shell :: enable apache2 site 
Shell :: kde increase fpsz 
Shell :: generate ssh keys 
Shell :: how to create alias in linux 
Shell :: Find last digit of a number in c# 
Shell :: kill cron proccess ubuntu terminal 
Shell :: ssh github 
Shell :: installer microsoft teams ubuntu 
Shell :: rails reset gemfile.lock 
Shell :: install solana cli 
Shell :: windows open browser from command line 
Shell :: grep exact match 
Shell :: ss in linux command stands for 
Shell :: Impossible de trouver le paquet php-gettext 
Shell :: force delete a hidden folder in linux 
Shell :: linux terminal show processes 
Shell :: ver particiones montadas linux 
Shell :: remove file history from git 
Shell :: apt vs apt get 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =