Skip to content

Instantly share code, notes, and snippets.

@tachang
Created March 10, 2017 20:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tachang/2117833a395504bae0bde9979f4e201e to your computer and use it in GitHub Desktop.
Save tachang/2117833a395504bae0bde9979f4e201e 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
@GuokaiLiu
Copy link

That's great. Thank you. : )

@Hajtowy
Copy link

Hajtowy commented Mar 3, 2022

Works! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment