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
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.
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