krzysztof-o/spritesheet.js

'identify' is not recognized as an internal or external command, operable program or batch file.

Opened this issue · 2 comments

'identify' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\NYC\AppData\Roaming\npm\node_modules\spritesheet-js\index.js:114
if (err) throw err;
^
isssu2

issue

I've got the same issue. The installer of ImageMagick 7.x do not have 'convert.exe' or 'identify.exe'.
You could try 'ImageMagick-6.9.8-Q16'. It works on my machine.

The same issue was solved here