Building Ember with GraphicsMagick

Kevin Murphy's Avatar

Kevin Murphy

16 Mar, 2017 06:45 AM

Hey there,
I've been trying to build my Ember project which requires GraphicksMagick (gm.exe and convert.exe) using `choco install graphicsmagick` however, `convert.exe` seems to be in conflict with something for formatting hard drives and `gm` is never a valid command to use. I know this might not be the appropriate place but I'm picking at straws at this point.
Thanks!
Kevin

  1. 1 Posted by Ilya Finkelshte... on 17 Mar, 2017 01:20 AM

    Ilya Finkelshteyn's Avatar

    Hi,

    Seems like choco install does not update the path, so operating system does not know where to look for gm.exe. Please add set path=C:\Program Files\GraphicsMagick-1.3.25-Q8;%path% command after choco install and gm convert should work OK.
    Note however that folder name GraphicsMagick-1.3.25-Q8 does not look like set in stone for many years and can be changed, so be ready to adjust.

    Ilya.

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:15 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac