sbollampalli
sbollampalli
Above Issue is when these lines are executed. webshot(html_string, fileName, options, function(err) { fs.readFile(fileName, function (err, data) { if (err) { return console.log(err); } ``` fs.unlinkSync(fileName); fut.return(data); ``` }); });
Above Error is the exact error which I get too. I have tried even commenting all the lines of code within below snippet still I get the error above. I...
I would dig in more and see If I can find a solution. Thanks for putting this article together it sure helped me in learning more on meteor.