You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: