Skip to content

Instantly share code, notes, and snippets.

@im-denisenko
Created November 18, 2017 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save im-denisenko/26973c634a1aa52a54cd4fcec8b14dd2 to your computer and use it in GitHub Desktop.
Save im-denisenko/26973c634a1aa52a54cd4fcec8b14dd2 to your computer and use it in GitHub Desktop.
curl -sLO https://nodejs.org/dist/v8.9.1/node-v8.9.1-linux-x64.tar.xz
tar xf node-v8.9.1-linux-x64.tar.xz
rm node-v8.9.1-linux-x64.tar.xz
mv node-v8.9.1-linux-x64.tar.xz nodejs

.bash_profile
alias node='~/nodejs/bin/node'
alias npm='~/nodejs/bin/npm'
export PATH=${PATH}:~/nodejs/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment