How to use Puppeteer Community node

Hello,

(I’m a bigginer boy for this n8n)

#Puppeteer is not available still on n8n based on GCP?

I’ve faced some problem like this.
image

Unfortunately, I found one for the similar issue.#16035

Puppeteer is not available still on n8n based on GCP?

## Information on your n8n setup
- **n8n version:1.93.0** 
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker on GCP):**
- **Operating system:Ubuntu**

Thanks,

It may be possible to make this work, but there are several steps involved.

  1. The published n8n container image doesn’t have the (headless) browser packages installed. The Dockerfile in the n8n-nodes-puppeter gitlab repository shows how to create an image (derived from the published n8n image). Instructions are in the README file.
  2. That image won’t be available to use in Google Cloud (GKE) until it has been published to a container image registry. One option, staying in the GCP ecosystem, is to use Artifact Registry for that.
  3. Finally, you’ll need to configure your n8n deployment in GKE to pull the puppeteer-modified container image from the registry where you published it.

Hope this gives you enough to connect all the dots. If you get it working, please post back details here for others, especially if you find other required steps or workarounds are necessary.