Skip to content

Instantly share code, notes, and snippets.

@tachang
Created March 10, 2017 20:34
Show Gist options
  • Select an option

  • Save tachang/2117833a395504bae0bde9979f4e201e to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

That's great. Thank you. : )

@Hajtowy

Hajtowy commented Mar 3, 2022

Copy link
Copy Markdown

Works! Thank you.

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