🏎️Node Js

The Basics

chevron-rightInstallationhashtag

Official installation instructions: node.jsarrow-up-right

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt update && sudo apt autoremove -y
sudo apt install -y nodejs
sudo npm install npm@latest -g
chevron-rightUninstall node jshashtag
sudo apt remove nodejs -y && sudo apt remove npm -y && sudo apt update

Digging Deeper

Last updated