Skip to content

Instantly share code, notes, and snippets.

@rankun203
Last active April 30, 2016 02:13
Show Gist options
  • Save rankun203/51b9a720b0b81a37626e142e197ff320 to your computer and use it in GitHub Desktop.
Save rankun203/51b9a720b0b81a37626e142e197ff320 to your computer and use it in GitHub Desktop.
A simple way to install latest version of Node.js
curl -L http://git.io/n-install | bash
# then CREATE a NEW terminal session. run node
rankun203@iZ230cvwgqyZ:~/git/youdar/test$ node --version
v6.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment