node.js - ImageMagick heroku nodejs error -


i getting error on convert of imagemagick working yesterday not sure happened during yesterday todays deployment has broken it...

 error: command failed: convert: error while loading shared libraries: liblcms.so.1: cannot open shared object file: no such file or directory 

i use node.js heroku , code error thrown from:

im.resize({                         srcpath: tmp_path,                         dstpath: targetpathsmall,                         width: 512,                         height: 512                     }, function(err, stdout, stderr){                         if(err) {                             throw err                         } else { 

not sure needs changed since on heroku server...


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -