If you want to get help regarding our products or just want to ask something, join our discord.
Update
sudo apt update && sudo apt upgrade -y
Install node.js
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Install nvm script
source ~/.bashrc
Select node.js version
nvm list-remote
Install node.js
nvm install (VERSION)
example
nvm install v17.3.0
check node.js version
node -v