Last active
September 19, 2018 10:56
-
-
Save JodiWarren/3cdd080623f5a41e5b634f45f58c5065 to your computer and use it in GitHub Desktop.
Install nvm and LTS release of Node.
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
| curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash && . ~/.bashrc && nvm install --lts && nvm alias default lts/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment