Installing
-
2. Setting Up Node.js Repository
How to Add Node JS Ubuntu-based Repository
-
3. Installing Node.js
Finally, to Install Node.js on Linux Lite.
sudo apt install nodejs
If Got “User is Not in Sudoers file” then see: How to Enable sudo
(Optional) Requirement for Installing npm Addons.
sudo apt install build-essential
Contents