-
Notifications
You must be signed in to change notification settings - Fork 3.1k
workspace member package can't depend on workspace root #2773
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
Labels
Comments
Thank you for the test! |
Can you upload your |
In this case I don't have the |
@Jarred-Sumner I have a similar case with a repro: It only happens in one folder, which had Svelte configs in it. |
Status as of Bun v1.0.11
|
bun install
with workspace
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
What platform is your computer?
Darwin 22.4.0 arm64 arm
How did you attempt to install or upgrade?
I try to do
bun install
in a monorepo with the structure below:When the package a has the root folder in devDep, that provokes a segmentation fault :

If I remove the devDep, the
bun install
command is correctly launch.What do you see instead?
Additional information
Code in
test/cli/install/bun-install.test.ts
to reproduce:The text was updated successfully, but these errors were encountered: