Node.js Setup - SimhaRepublik5885/JTC-MagicMirror GitHub Wiki

Download the latest Node.js:

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

Install Node.js:

sudo apt-get install -y nodejs

Check Node.js version:

node -v