Skip to content
Filip Krzyżanowski edited this page Nov 12, 2022 · 1 revision

1. Add .deb package to package manager

Replace 16.x with wanted version of NodeJS

curl -s https://deb.nodesource.com/setup_16.x | sudo bash

2. Install NodeJS using apt package manager

sudo apt install nodejs -y

3. Check installation

sudo node -v
Clone this wiki locally