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 in bun package manager impacting solid start #10764

Open
huseeiin opened this issue May 2, 2024 · 2 comments
Open

bug in bun package manager impacting solid start #10764

huseeiin opened this issue May 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@huseeiin
Copy link
Contributor

huseeiin commented May 2, 2024

What version of Bun is running?

1.1.5+b257a3097

What platform is your computer?

Linux 6.5.0-28-generic x86_64 x86_64

What steps can reproduce the bug?

bun create solid
with these options:
image
then run bun install and it works just fine. but after running bun dev everything breaks because of missing module.

What is the expected behavior?

with pnpm, this works just fine.

What do you see instead?

image

Additional information

if you wanna make this work:

rm -rf node_modules bun.lockb
pnpm i
bun dev
@huseeiin huseeiin added the bug Something isn't working label May 2, 2024
@dylan-conway
Copy link
Collaborator

dylan-conway commented May 2, 2024

If you run delete node_modules, delete cache with bun pm cache rm, and install again with bun does it work? If so it would suggest a bug in our package cache

@huseeiin
Copy link
Contributor Author

huseeiin commented May 3, 2024

If you run delete node_modules, delete cache with bun pm cache rm, and install again with bun does it work? If so it would suggest a bug in our package cache

yes it worked after doing that.

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

2 participants