Skip to content

Instantly share code, notes, and snippets.

@RoesWibowo
Last active November 15, 2016 02:57
Show Gist options
  • Save RoesWibowo/354febc4371acca9460ae5f1e41a7905 to your computer and use it in GitHub Desktop.
Save RoesWibowo/354febc4371acca9460ae5f1e41a7905 to your computer and use it in GitHub Desktop.
Install nodejs ubuntu 16.X
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
apt-get install nodejs -y
npm install -g npm@latest
npm install -g webpack webpack-dev-server typings lite-server express
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment