Created
December 25, 2019 23:43
-
-
Save altwitt/2610828714526656b151e8d4a418989d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Install Node Version Manager | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash | |
nvm install node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment