chrisvfritz / prerender-spa-plugin

Prerenders static HTML in a single-page application.
MIT License
7.32k stars 634 forks source link

Unable to start Puppeteer Cannot read property 'close' of null #320

Open crli opened 5 years ago

crli commented 5 years ago

_20190524132517

@chrisvfritz @JoshTheDerf how do fix this issue on windows PC?

JoshTheDerf commented 5 years ago

@crli It looks like Puppeteer is unable to start. Try npm rebuild puppeteer.

lsotoangeldonis commented 4 years ago

Having the same exact problem, npm rebuild puppeter doesn't help. any ideas?

paulinechi commented 2 years ago

Hey have you found the solution? I'm getting the same problem

ViacheslavZyrianov commented 2 years ago

Still same problems here

KutnerUri commented 2 years ago

also getting it. maybe because @prerenderer/renderer-puppeteer is using puppeteer 1.20.0? latest is 14.1.0 😵

KutnerUri commented 2 years ago

yup - this is the bug: https://github.com/puppeteer/puppeteer/issues/4197 it was fixed in April 2019 - https://github.com/puppeteer/puppeteer/pull/4276