Can't find Puppeteer

How do I install n8n-nodes-puppeteer?

Under Settings>Community Nodes there is no Install button.

If I type Puppeteer into the Nodes panel it can’t find it?

But is does exist…GitHub - drudge/n8n-nodes-puppeteer: n8n node for browser automation using Puppeteer

Is this only for local installs though, can I do it on n8n cloud?

Hello Jmf, thank you for asking. I understand what you mean, that the Install button is not there.

There are a few things i can suggest to help you. Have you tried looking in the top-right menu or go to Settings in the bottom-left? Maybe you can upgrade if the version below 0.187.0.

If you’re using Docker, enable community packages (self-hosted). You can add this in your .env or Docker environment block

N8N_COMMUNITY_PACKAGES_ENABLED=true

Then restart n8n.

If the problem persists, perform a manual installation,

From your n8n installation folder:

cd ~/.n8n
npm install n8n-nodes-puppeteer

Then restart n8n, and you should see the Puppeteer node in the panel.

Thats probably all i can suggest. I hope the problem gets resolved yaa. :blush::raising_hands:

Thanks Naufal, I’m not running this locally but from the browser/cloud and I’m running instance 1.110.1 – so I’m not sure I can do this?

That answers my question, thanks.

@Bringasher
But that gives an error for the Chromium browser,

I think that was not installed, so what is the solution?

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