How to install NodeJS?
You can use your package manager to install NodeJS.
Debian based
curl -fsSL https://deb.nodesource.com/setup_17.x | sudo -E bash -sudo apt-get install -y nodejssudo apt-get install npm
Arch Linux (or Manjaro)
pacman -S nodejs npm
If you use another distro, read this doc to install NodeJS and npm