Horje
ubuntu 20 lts install node 10 Code Example
ubuntu 20 lts install node 10
# install nodejs 10.x version 
sudo apt update
cd ~
curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh
# not important, but can be done
nano nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs
node install npm -g
node --version
npm --version




Shell

Related
number of directories in a directory linux Code Example number of directories in a directory linux Code Example
git pull everything from development branch to feature branch Code Example git pull everything from development branch to feature branch Code Example
force pull git Code Example force pull git Code Example
json-server Code Example json-server Code Example
[!] Android Studio (version 4.1.0)     X Flutter plugin not installed; this adds Flutter specific functionality.     X Dart plugin not installed; this adds Dart specific functionality. Code E [!] Android Studio (version 4.1.0) X Flutter plugin not installed; this adds Flutter specific functionality. X Dart plugin not installed; this adds Dart specific functionality. Code E

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12