Skip to content

Instantly share code, notes, and snippets.

@saisurya-kat
Created October 22, 2017 11:45
Show Gist options
  • Save saisurya-kat/52b174398c6f4a98b9d576989707bc7f to your computer and use it in GitHub Desktop.
Save saisurya-kat/52b174398c6f4a98b9d576989707bc7f to your computer and use it in GitHub Desktop.
How to install NodeJs in Ubuntu 17.10 using tar file
  • Download Latest/LTS NodeJs version from Nodejs.org website.
  • Copy/Move the node-vx.y.z-linux-x64.tar to /usr/local.
  • Extract or untar the file using
    tar xf node-vx.y.z-linux-x64.tar.xz
  • Verify Installation of node and npm using the following commands
    node --version npm --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment