Skip to content

Instantly share code, notes, and snippets.

@acedesigns
Last active September 13, 2017 10:17
Show Gist options
  • Save acedesigns/5d3caec2ca02a30a805b53cfa3d5df23 to your computer and use it in GitHub Desktop.
Save acedesigns/5d3caec2ca02a30a805b53cfa3d5df23 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Hello world"
# Remove node that was installed via Homebrew
# https://stackoverflow.com/a/11178106
# install Node via NVM
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash
# https://www.versioneye.com/nodejs/cordova/6.5.0
nvm install node 5.10.0
npm install -g cordova@6.5.0
# https://libraries.io/npm/ionic/2.2.1
npm install -g ionic@2.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment