We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.0
Darwin 22.6.0 x86_64 i386
doesn't work with bunfig.toml
# bunfig.toml [install.scopes] # does not work @myorg = { token = "my_token", url = "https://node.bit.cloud" } # this works @myorg2 = { token = "my_token", url = "https://npm.pkg.github.com" }
This works with .npmrc
@myorg:registry=https://node.bit.cloud //node.bitsrc.io/:_authToken=my_token //node.bit.cloud/:_authToken=my_token @myorg2:registry=https://registry.npmjs.org/ @myorg2:registry=https://npm.pkg.github.com/ //npm.pkg.github.com/:_authToken=my_token
Private repository config should authenticate with bit cloud
Error 404. Failed to resolve package
No response
The text was updated successfully, but these errors were encountered:
@0x-buidl Is this in your project's root directory, e.g. alongside package.json?
package.json
I had a similar issue that was resolved by moving, undesirably, .bunfig.toml to ~/.
.bunfig.toml
~/
If so, I believe the issue is related to #4901 .
Sorry, something went wrong.
This doesn't work for bit.dev either
bit.dev
fixed with #5906
No branches or pull requests
What version of Bun is running?
1.0.0
What platform is your computer?
Darwin 22.6.0 x86_64 i386
What steps can reproduce the bug?
doesn't work with bunfig.toml
This works with .npmrc
What is the expected behavior?
Private repository config should authenticate with bit cloud
What do you see instead?
Error 404. Failed to resolve package
Additional information
No response
The text was updated successfully, but these errors were encountered: