Replies: 1 comment
-
I have entered an issue for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to migrate from npm, and we use workspaces.
What I am seeing is if I do bunfig.toml to point to our artifactory registry for all third party packages, it works on the initial install just great. But after doing bun install again, I get "failed to resolve". My desired result is to have local workspaces resolve locally, and all other packages to resolve from our internal registry as npm does.
error: @dialog-components/confirmation-dialog@* failed to resolve
The INITIAL bun install does the workspace: prefix automatically successfully.
Beta Was this translation helpful? Give feedback.
All reactions