We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
puppeteer
puppeteer is a peer dependency of @cliqz/adblocker-puppeteer, so must include it as peer dependency (transitive peer dependencies).
@cliqz/adblocker-puppeteer
package.json
"peerDependencies": { + "puppeteer": "*", ... }
The text was updated successfully, but these errors were encountered:
Closing in favor of #645
Sorry, something went wrong.
@rtritto reopening this, can you give an example on how this is an issue?
Simply try and see the output:
yarn init -y
yarn set version canary
yarn add puppeteer puppeteer-extra puppeteer-extra-plugin-adblocker
a82ab1c
Successfully published: - [email protected]
No branches or pull requests
puppeteer
is a peer dependency of@cliqz/adblocker-puppeteer
, so must include it as peer dependency (transitive peer dependencies).Changes
package.json
"peerDependencies": { + "puppeteer": "*", ... }
The text was updated successfully, but these errors were encountered: