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
https://frog.fm/platforms/bun
Instructions for scaffolding a Bun app seem to fail out of the box due to an import issue with @hono/node-server
"TypeError: Class extends value undefined is not a constructor or null at /node_modules/@hono/node-server/dist/index.mjs:8:15"
bunx create-frog -t bun
cd ./hello
bun install
bun run dev
0.7.7
5.4.3
No response
The text was updated successfully, but these errors were encountered:
@bstchow,
Create "hello" cd ./hello
What is meant by that? I repeated other steps and it works as expected.
Sorry, something went wrong.
@dalechyn I meant create an app named "hello" when prompted by bunx create-frog -t bun
can you please try the same approach again? can't reproduce.
Considering this as stale now, please re-open if issue still exists!
dalechyn
No branches or pull requests
Describe the bug
https://frog.fm/platforms/bun
Instructions for scaffolding a Bun app seem to fail out of the box due to an import issue with @hono/node-server
"TypeError: Class extends value undefined is not a constructor or null
at /node_modules/@hono/node-server/dist/index.mjs:8:15"
Link to Minimal Reproducible Example
https://frog.fm/platforms/bun
Steps To Reproduce
bunx create-frog -t bun
cd ./hello
bun install
bun run dev
Frog Version
0.7.7
TypeScript Version
5.4.3
Check existing issues
Anything else?
No response
The text was updated successfully, but these errors were encountered: