This topic was automatically generated from Slack. You can find the original thread here.
I’m trying to work on a workflow to generate PDF from a html template using pdf-creator-node in Node.js but encountered error on missing PhantomJS dependencies any idea what is wrong?
Hello , I think you’ll need to install phantomJs binary into your workflow execution environment using bash code step before your Node.js code step.
Though please note that Pipedream runs your workflow in an AWS Lambda function, so some libraries will not be available (such as Pupeteer). So if installing library for this is not possible, I would suggest you to use a 3rd party service for it