Unable to install n8n-nodes-html-to-pdf node in community edition - please share any suggestions/recommendations

Describe the problem/error/question

Unable to install n8n-nodes-html-to-pdf node in community edition [email protected]

What is the error message (if any)?

Error loading package “n8n-nodes-html-to-pdf” :Command failed: npm install --audit=false --fund=false --bin-links=false --install-strategy=shallow --ignore-scripts=true --package-lock=false --registry=https://registry.npmjs.org npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: ‘@azure/[email protected]’, npm warn EBADENGINE required: { node: ‘10 || 12 || 14 || 16 || 18’ }, npm warn EBADENGINE current: { node: ‘v20.19.1’, npm: ‘10.8.2’ } npm warn EBADENGINE }

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi it looks like the community node only supports node.js in the versions 10,12,14,16,18, but on your system is node.js version 20.19.1 installed. You can try to downgrade, or find a other community node i think

Hey there, you could also try other nodes to convert HTML to PDF that are native to n8n, like pdforge or PDF.co

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.