NodeJS install
@ericmaino this is how to install Node 6 or 7 on Ubuntu, via PPA `curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -` `curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -`