Skip to content

Instantly share code, notes, and snippets.

@chalettu
Created October 7, 2016 22:37
Show Gist options
  • Save chalettu/7b233ab136d1366fc1c54b7b17b395ce to your computer and use it in GitHub Desktop.
Save chalettu/7b233ab136d1366fc1c54b7b17b395ce to your computer and use it in GitHub Desktop.
Simple Example on how to specify version of node in a script
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
nvm install 0.12.16
nvm use 0.12.16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment