I’m attempting to add the community node n8n-nodes-puppeteer to my Docker image. However, the npm Puppeteer version is outdated at 23.11.1, while the latest version is 24.2.1. I cloned the repository with the updated version, but installing the local version via the Dockerfile in the main directory resulted in all dependencies being installed without the Puppeteer node being listed. In contrast, using the Dockerfile in the /docker
folder to install n8n worked fine. What might I be doing wrong, and what is the best way to include the latest Puppeteer version in my Docker image?
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Not sure if you are just trying to find a working n8n image with puppeteer baked in, or if you are trying to do something more complex, but I recently added 3 working builds to my repo here. They all have puppeteer node functionality out of the box.
Build 1: n8n v0.181.2 on node-16 base image.
Build 2: n8n v1.79.3 on n8nio/n8n base image.
Build 3: n8n v1.80.2 on node-18.17 base image.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.