Skip to content

Instantly share code, notes, and snippets.

@RidaRidss
Last active October 7, 2017 09:56
Show Gist options
  • Save RidaRidss/369db27754eff61ab18eee8ae5baf793 to your computer and use it in GitHub Desktop.
Save RidaRidss/369db27754eff61ab18eee8ae5baf793 to your computer and use it in GitHub Desktop.

install node.js using ubuntu terminal

 1. Configure Repo first :

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

2. Install :

      sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment