Skip to content
New issue

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

Fix missing puppeteer dependencies in package.json #70

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

HartoSha
Copy link
Contributor

Related to commit a3d9f2b

in pool/puppeteer.ts

const puppeteer = require('puppeteer-extra'); 
const StealthPlugin = require('puppeteer-extra-plugin-stealth');

puppeteer-extra and puppeteer-extra-plugin-stealth are used which are not listed in current version of package.json and yarn.lock

Pull request adds these missing dependencies

@xiangsx xiangsx merged commit 85d49de into xiangsx:master Jun 16, 2023
almakedon pushed a commit to almakedon/gpt4free-ts-local-api-access that referenced this pull request Jan 6, 2025
Fix missing puppeteer dependencies in package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants