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 crash on create t3-app@latest #11129

Closed
17robots opened this issue May 17, 2024 · 1 comment
Closed

Bun crash on create t3-app@latest #11129

17robots opened this issue May 17, 2024 · 1 comment
Labels
crash An issue that could cause a crash

Comments

@17robots
Copy link

17robots commented May 17, 2024

How can we reproduce the crash?

On Windows 11 22631.3593, powershell, bun installed through installer for windows (not through scoop or other pkg mngr). No node or npm installed on machine.

  1. run bun create t3-app@latest
  2. fill in the name (I used test)
  3. select typescript option
  4. select yes for tailwind
  5. select no for trpc
  6. select none for auth
  7. select drizzle for db
  8. select yes for app router

JavaScript/TypeScript code that reproduces the crash?

No response

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.8 (89d2580) on windows x86_64 [AutoCommand]

Segmentation fault at address 0x00000005

  • 5 unknown/js code
  • ??
  • 4 unknown/js code

Features: jsc, Bun.stdin, Bun.stdout, fetch, transpiler_cache

@17robots 17robots added the crash An issue that could cause a crash label May 17, 2024
@vgseven
Copy link

vgseven commented May 19, 2024

you have to install node, because bun is not currently compatible with all node api's. t3 is built on top of node, so to function properly you need node installed.

consider closing issue if error get's resolved by installing node.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash
Projects
None yet
Development

No branches or pull requests

2 participants