Skip to content

Node.js on Linux

Installing Node.js on Linux

Download the Files

bash
git clone https://github.com/ArduinoDenis/nodejs-linux.git

Installation Steps

If you need to install:

bash
cd nodejs-linux/ && sudo chmod 700 installer.sh && ./installer.sh

Checking Node.js Version

If you need to check the Node.js version:

bash
cd nodejs-linux/ && sudo chmod 700 info_version.sh && ./info_version.sh