[Problema] Error puppeteer "Could not find Chromium" SOLVED!!
Atualizei a minha versão do node no docker para a node 18.02 e a versão do PUPPETEER para a mais recente, no ambiente da maquina funciona mas ao subir para o docker acontece o erro abaixo
throw new Error(Could not find Chromium (rev. ${this.puppeteer.browserRevision}). This can occur if either
Error: Could not find Chromium (rev. 1108766). This can occur if either
- you did not perform an installation before running the script (e.g.
npm install
) or - your cache path is incorrectly configured (which is: /root/.cache/puppeteer).
Alguém pode me ajudar?