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

[Bug?]: bun create solid error on windows 11 #1511

Closed
2 tasks done
lenhosseini opened this issue May 25, 2024 · 1 comment
Closed
2 tasks done

[Bug?]: bun create solid error on windows 11 #1511

lenhosseini opened this issue May 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lenhosseini
Copy link

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

Running bun create solid on Windows 11 (x64) with Bun v1.1.10 results in the following Error

❯ bun create solid
1 | (function (entry, fetcher)
    ^
SyntaxError: Export named 'addAbortListener' not found in module 'events'.

Bun v1.1.10 (Windows x64)

Expected behavior 🤔

bun create solid should work as expected and create a scaffold project.

Steps to reproduce 🕹

Steps:

  1. On Windows 11 (x64)
  2. Install Bun v.1.1.10
  3. Run bun create solid

Context 🔦

No response

Your environment 🌎

System:
  OS: Windows 11 (x64)
Binaries: 
  Bun: v1.1.10 (Windows x64)
@lenhosseini lenhosseini added the bug Something isn't working label May 25, 2024
@lenhosseini
Copy link
Author

Found the issue, didn't have node installed. After installing node, the cli worked as expected with Bun.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant