I'm not able to replicate this. I tried this code:

const jsreport = require('jsreport'); async function run() { const out = await jsreport.render({ template: { content: 'hello', engine: 'handlebars', recipe: 'chrome-pdf' } }); } run().then(() => console.log('done')).catch(console.error);