Skip to content

Instantly share code, notes, and snippets.

@antoinelyset
Created August 21, 2013 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antoinelyset/6295399 to your computer and use it in GitHub Desktop.
Save antoinelyset/6295399 to your computer and use it in GitHub Desktop.
Fix Juggernaut
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