Skip to content

Instantly share code, notes, and snippets.

@jaakkolehtonen
Last active September 29, 2017 11:03
Show Gist options
  • Save jaakkolehtonen/58ac6fd928b38cfbda8dc138a8b54b15 to your computer and use it in GitHub Desktop.
Save jaakkolehtonen/58ac6fd928b38cfbda8dc138a8b54b15 to your computer and use it in GitHub Desktop.
Interactively manage @nodejs versions
# Automated installation to custom location ~/.bin/n, with subsequent installation of the latest stable Node.js version:
curl -L https://git.io/n-install | N_PREFIX=~/.bin/n bash -s -- -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment