When we try to export the model as PDF we are encountering this issue on a MacOS. Do we know where the PhantomJS option has to be setup
Uncaught application error:
{
"errorMsg": "html-pdf: Failed to load PhantomJS module. You have to set the path to the PhantomJS binary using 'options.phantomPath'",
"errorObj": "{
\"name\": \"AssertionError\",
\"actual\": null,
\"expected\": true,
\"operator\": \"==\",
\"message\": \"html-pdf: Failed to load PhantomJS module. You have to set the path to the PhantomJS binary using 'options.phantomPath'\",
\"generatedMessage\": false,
\"stack\": \"AssertionError: html-pdf: Failed to load PhantomJS module. You have to set the path to the PhantomJS binary using 'options.phantomPath'\
at new PDF (/Applications/Hackolade.app/Contents/Resources/app/node_modules/html-pdf/lib/pdf.js:38:3)\
at Object.createPdf [as create] (/Applications/Hackolade.app/Contents/Resources/app/node_modules/html-pdf/lib/index.js:10:14)\
at Function.<anonymous> (/Applications/Hackolade.app/Contents/Resources/app/printService.js:11:2951)\"
}"
}