One-line install Node.js on Linux
In this snippet, we’re installing Node 5.10 though you can choose an alternate version here: https://nodejs.org/en/download/stable/.
$ curl https://nodejs.org/dist/v5.10.0/node-v5.10.0-linux-x64.tar.xz | sudo tar --file=- --extract --xz …