Closed hoanguyen311 closed 8 years ago
I get this problem when running npm isntall which trigger gm -version || convert -version
npm isntall
gm -version || convert -version
node -v v5.8.0
npm -v 3.7.3
That error message means neither GraphicsMagick nor ImageMagick is installed. Those are dependencies of this package. They are documented here:
https://github.com/twolfson/gmsmith/tree/1.1.0#requirements
I get this problem when running
npm isntall
which triggergm -version || convert -version
node -v v5.8.0
npm -v 3.7.3