-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
ReferenceError: Cannot access uninitialized variable
when using Puppeteer
#2316
Labels
bug
Something isn't working
Comments
Same issue. Bun: v0.5.7 |
Relevant issue(esm circular dependency) import {as} from "@deepkit/type"
as() Output:
|
I think I have the same issue: Bun: 0.6.2
|
Puppeteer is working in 0.6.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Bun is running?
0.5.7
What platform is your computer?
Darwin 22.3.0 arm64 arm
What steps can reproduce the bug?
package.json
has"type": "module"
and referencespuppeteer
^19.6.3
.What is the expected behavior?
No error and Puppeteer should run.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: