Last updated 3 months ago
We can get latest version of NodeJS by -
Note: This will setup NodeJS 16 on the system.
This will install NodeJS and NPM.
Source:
Reference(s)
$ curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
$ sudo apt-get install -y nodejs