Skip to content

Instantly share code, notes, and snippets.

@cgkio
Last active August 29, 2015 13:58
Show Gist options
  • Save cgkio/9939906 to your computer and use it in GitHub Desktop.
Save cgkio/9939906 to your computer and use it in GitHub Desktop.
options for JH on getting Appgyver Steroids & iOS Simulator working on his Mac
echo "Downloading, compiling, and installing the latest stable release of node.js:"
nvm install 0.10.26
nvm use 0.10.26
echo "Setting 0.10.26 as the default:"
nvm alias default 0.10.26
echo "Displaying the current version of node.js:"
node -v
echo "Updating the Steroids CLI:"
npm update steroids -g
echo "Updating Steroids.js in your project:"
steroids update
echo "Confirm that Command Line Tools are installed"
xcode-select --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment