cicorias
10/12/2017 - 6:54 PM

install nodejs on Ubuntu for Windows

install nodejs on Ubuntu for Windows

#!/usr/bin/env bash

#step 1

sudo apt-get update && sudo apt-get install -y build-essential

#step 2
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs