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

Bun app scaffolding fails #186

Closed
1 task done
bstchow opened this issue Mar 25, 2024 · 4 comments
Closed
1 task done

Bun app scaffolding fails #186

bstchow opened this issue Mar 25, 2024 · 4 comments
Assignees
Labels
Good First Issue Misc: Good First Issue M: Needs Reproduction Misc: Needs Reproduction

Comments

@bstchow
Copy link

bstchow commented Mar 25, 2024

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

  1. bunx create-frog -t bun
  2. Create "hello"
  3. cd ./hello
  4. bun install
  5. Note "warn: incorrect peer dependency "valibot@0.30.0"
  6. bun run dev

Frog Version

0.7.7

TypeScript Version

5.4.3

Check existing issues

Anything else?

No response

@tmm tmm added the Good First Issue Misc: Good First Issue label Mar 25, 2024
@dalechyn dalechyn self-assigned this Apr 14, 2024
@dalechyn
Copy link
Collaborator

@bstchow,

Create "hello"
cd ./hello

What is meant by that? I repeated other steps and it works as expected.

@bstchow
Copy link
Author

bstchow commented Apr 14, 2024

@dalechyn I meant create an app named "hello" when prompted by bunx create-frog -t bun

@dalechyn
Copy link
Collaborator

@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.

@dalechyn dalechyn added the M: Needs Reproduction Misc: Needs Reproduction label Apr 20, 2024
@dalechyn
Copy link
Collaborator

dalechyn commented Apr 23, 2024

Considering this as stale now, please re-open if issue still exists!

@dalechyn dalechyn closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Misc: Good First Issue M: Needs Reproduction Misc: Needs Reproduction
Projects
None yet
Development

No branches or pull requests

3 participants