You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running bun install, I should see the url used to fetch the libs (react for example) as: https://www.my-repo/npm-enterprise/react
What do you see instead?
I see the url to fetch react as: https://www.my-repo/react
Additional information
Adding a trailing forward slash to the url fixes the problem i.e. https://www.my-repo/npm-enterprise/. Though, I don't think it should be required, as https://www.my-repo/npm-enterprise is a perfectly valid url.
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.26
What platform is your computer?
x64
What steps can reproduce the bug?
Add under
~/
dir a .bunfig.toml file like this:Then:
bun install
What is the expected behavior?
When running
bun install
, I should see the url used to fetch the libs (react for example) as:https://www.my-repo/npm-enterprise/react
What do you see instead?
I see the url to fetch react as:
https://www.my-repo/react
Additional information
Adding a trailing forward slash to the url fixes the problem i.e.
https://www.my-repo/npm-enterprise/
. Though, I don't think it should be required, ashttps://www.my-repo/npm-enterprise
is a perfectly valid url.The text was updated successfully, but these errors were encountered: