This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Cannot find module 'puppeteer' from 'puppet-scraper.cjs.development.js' #11
Labels
bug
Something isn't working
Getting the following errors in Jest when trying to use the module:
I think it is probably this line:
puppet-scraper/src/puppet-scraper.ts
Line 2 in 356e339
It assumes one has
puppeteer
installed, but in reality it is also possible to use onlypuppeteer-core
.I think, in fact, it would be the preferred way for a library to use the
-core
version, as it wouldn't pull in Chromium by default.The text was updated successfully, but these errors were encountered: