Invoice not properly generating my PDF, but previewing the invoice works

I am trying to create a invoice page using Node.js and I created it using HTML/CSS. I noticed that when I want to preview the invoice and product on localhost, it works fine and I get the result I want. But generating the PDF doesn’t work. I tried re-creating it with smaller boilerplate code and still receiving the same error. Please help, thanks!

Error Image

Invoice Image Preview

I need the preview of my invoice code, to show up downloaded and able to be previewed in a PDF file.
app.js file
app.js file 2nd
css file
HTML file