Puppeteer Error: Chromium revision is not downloaded

前端 未结 8 509
谎友^
谎友^ 2021-02-04 01:31

I used npm i puppeteer as stated in the Documentation and I\'m getting the following error:

(node:2066) UnhandledPromiseRejectionWarning: Error: Chr

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-04 01:44

    I only managed to fix the issue by manually installing Chromium after much searching and trying most of the suggestions:

    node node_modules/puppeteer/install.js
    

提交回复
热议问题