Install Node.js
This document will help you to install Node.js
Open linux terminal by pressing Ctrl+Alt+T
key
now follow the commands
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.bashrc
nvm list-remote
nvm install v16.1.0
node -v
