Appearance
Node.js on Linux
Installing Node.js on Linux
Download the Files
bash
git clone https://github.com/ArduinoDenis/nodejs-linux.gitInstallation Steps
If you need to install:
bash
cd nodejs-linux/ && sudo chmod 700 installer.sh && ./installer.shChecking 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