Description
node version 22
Full steps to reproduce the issue
// 步骤 1
import fs from 'fs';
console.log('fs ok');
// 步骤 2
import { connect } from 'puppeteer-real-browser';
console.log('connect ok');
// 步骤 3
const { page, browser } = await connect({ headless: true });
await browser.close();
console.log('connect success');
Issue Type
No response
Operating System
No response
Do you use Docker?
None