node-gallery icon indicating copy to clipboard operation
node-gallery copied to clipboard

ERROR: ENOENT: no such file or directory, open 'e:\tmp\...'

Open Sunjiawei58 opened this issue 6 years ago • 1 comments

router.get('*', gallery({ staticFiles : 'resources/albums', urlRoot : 'gallery', title : 'Images', render: false }), function(req, res, next) { console.log(req.data) // res.render('image/delete.handlebars',req.html) res.send(req.html) }) above is my code to use the gallery. the problem is that when I went into the gallery page. the node crashed with the error info in the title. I have installed the imageMagic (I can run "convert.exe" in the CMD). Any ideas about how to solve this problem?? Thanks very much

Sunjiawei58 avatar Sep 29 '17 18:09 Sunjiawei58