oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
71.92k stars 2.56k forks source link

Crashed using bun install #11811

Open RedStar071 opened 1 month ago

RedStar071 commented 1 month ago

How can we reproduce the crash?

doing so a like this bun install --dir D:/codes/figma-plugins/plugins/export-images

Relevant log output

bun add v1.1.12 (43f0913c)
error: Package "export-images@plugins\export-images" has a dependency loop
  Resolution: "export-images@workspace:plugins\export-images"
  Dependency: "export-images@D:/codes/figma-plugins/plugins/export-images"
error: An internal error occurred (DependencyLoop)

Stack Trace (bun.report)

Bun v1.1.12 (43f0913) on windows x86_64 [InstallCommand]

error: DependencyLoop

dylan-conway commented 4 weeks ago

Can you try this with bun v1.1.13 (bun upgrade)? We fixed some hoisting bugs, not sure if it fixes this issue but worth a try.

RedStar071 commented 3 weeks ago

Can you try this with bun v1.1.13 (bun upgrade)? We fixed some hoisting bugs, not sure if it fixes this issue but worth a try.

gives the same error, even with the latest version, here error `error: Package "export-images@plugins\export-images" has a dependency loop Resolution: "export-images@workspace:plugins\export-images" Dependency: "export-images@D:/codes/figma-plugins/plugins/export-images" error: An internal error occurred (DependencyLoop)

To send a redacted crash report to Bun's team, please file a GitHub issue using the link below: `