bun install
not able to resolve packages pointed at branches containing a /
#5478
Labels
bun install
not able to resolve packages pointed at branches containing a /
#5478
What version of Bun is running?
1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
bun init
"@client-side-validations/client-side-validations": "DavyJonesLocker/client_side_validations#experimental/test"
to your package.jsonbun install
What is the expected behavior?
Install the expected package at the expected branch, like yarn and npm are doing
npm
yarn
What do you see instead?
Additional information
Hello,
I'm new to Bun and I'm not a javascript developer.
I've tried to search, so apologies if this is a duplicate.
This issue May be related to #4686, #4666 or #3274 but the description of the issue and the discussion does not look related
I've created an
experimental-test
branch and it works, so probably it's the/
in the tag nameThe text was updated successfully, but these errors were encountered: