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

I want to install a http hosted package whose dependencies also contains http hosted packages, throw error "failed to resolve" #10915

Open
cuiyajie opened this issue May 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cuiyajie
Copy link

cuiyajie commented May 8, 2024

What version of Bun is running?

1.1.7

What platform is your computer?

Darwin 23.1.0 arm64 arm

What steps can reproduce the bug?

I have a dependency
image
the package also contains http hosted dependencis
image

When i run bun install, throw error
image

What is the expected behavior?

I can install correctly.

What do you see instead?

Throw error http hosted dependencies not resolved, but work correctly for "npm hosted"

Additional information

I run pnpm install, it work correctly and install all dependencies normally.

@cuiyajie cuiyajie added the bug Something isn't working label May 8, 2024
@MrDaves24
Copy link

I have the same issue with "nested" git ssh dependencies !
After a few tests I remarked that :

  • The issue also occurs out of a workspace
  • The issue have kind of a "concurrency issue" behavior : with only a few network dependecies and hoisted network dep, running bun install multiple times ends up installing the packagages

Occured on Linux and MacOS, with bun 1.1.8 and on multiple different networks.

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