It seems an issue with markdown-pdf version 5.x that is in package.json. When manually changing that to "markdown-pdf": "^7.0.0" it works with a warning about "(node) warning: possible EventEmitter memory leak detected. 2 end listeners added. Use emitter.setMaxListeners() to increase limit.", but at least generates the PDF.
It seems an issue with markdown-pdf version 5.x that is in package.json. When manually changing that to
"markdown-pdf": "^7.0.0"it works with a warning about "(node) warning: possible EventEmitter memory leak detected. 2 end listeners added. Use emitter.setMaxListeners() to increase limit.", but at least generates the PDF.