🏎️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
Digging Deeper
Last updated