Created
August 21, 2013 14:43
-
-
Save antoinelyset/6295399 to your computer and use it in GitHub Desktop.
Fix Juggernaut
This file contains 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 https://raw.github.com/creationix/nvm/master/install.sh | sh | |
echo 'source ~/.nvm/nvm.sh' > ~/.bashrc | |
source ~/.bashrc | |
nvm install 0.6.21 | |
nvm alias default 0.6.21 | |
nvm use 0.6.21 | |
curl https://npmjs.org/install.sh | sh | |
sudo npm install -g juggernaut |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment