N8n-nodes-puppeteer

Im trying to get this this n8n node named n8n-nodes-puppeteer but im getting this error
Failed to launch/connect to browser: Could not find Chrome (ver. 139.0.7258.66). This can occur if either 1. you did not perform an installation before running the script (e.g. npx puppeteer browsers install chrome) or 2. your cache path is incorrectly configured (which is: /home/node/.cache/puppeteer). For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration

wht to do to fix thi?
llike it say i guess it is not connected to the chrome/
please help

Hey @Automation_go

you’ll need to install the Chrome browser that Puppeteer expects. You can do this by running the following command in your terminal:

npx puppeteer browsers install chrome

This will download and install the required Chrome browser.

If you’re running n8n in a Docker container, you might need to modify the Docker setup to include the Chrome installation. You can also try configuring the Puppeteer cache path to a different location.

Hope this answers your questions?

on my local machine right?

can you please tell me how to do it tooo?

@Automation_go should I highlight the steps for you.

Or can this video help.

thx ill watch but I have hosted my n8n via clawcloud I have to download this where on my local pc or on the server im using via clawcloud im sorry im new to this

Since you’re hosting n8n on ClawCloud, you’ll need to install Chrome for Puppeteer on the server where n8n is running.

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