🏎️Node Js

The Basics

Installation

Official installation instructions: node.js

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
Uninstall node js
sudo apt remove nodejs -y && sudo apt remove npm -y && sudo apt update

Digging Deeper

Last updated