spritesheet.js
spritesheet.js copied to clipboard
'identify' is not recognized as an internal or external command, operable program or batch file.
trafficstars
'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;
^


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