Skip to content

Instantly share code, notes, and snippets.

@iSkore
Last active February 25, 2016 17:38
Show Gist options
  • Save iSkore/d9199485bd3a2342113a to your computer and use it in GitHub Desktop.
Save iSkore/d9199485bd3a2342113a to your computer and use it in GitHub Desktop.
Install ImageMagick on Mac Environment

Installing ImageMagick

  1. Open Terminal

  2. cd

  3. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  5. brew install imagemagick

  6. cd [PROJECT_FOLDER]

  7. npm install imagemagick gm

  8. npm install

  9. npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment