Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save duylddev/f394f663bcb388e2e1920e2466c76448 to your computer and use it in GitHub Desktop.
Save duylddev/f394f663bcb388e2e1920e2466c76448 to your computer and use it in GitHub Desktop.
How to install NodeJS without root
wget https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-x64.tar.xz
tar xvfJ node-v6.10.0-linux-x64.tar.xz
echo 'export PATH=$HOME/node-v6.10.0-linux-x64/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment