oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Home Page:https://bun.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty pacakges

malezjaa opened this issue · comments

What version of Bun is running?

1.1.8

What platform is your computer?

Microsoft Windows NT 10.0.22631.0 x64

What steps can reproduce the bug?

  1. bunx create-turbo
  2. bun install
  3. bun run build

What is the expected behavior?

No response

What do you see instead?

When trying to run unbuild package from workspace root I get this error:

bun --bun unbuild
error: Cannot find package "hookable" from "C:\dev\kuro.js\kurogashi\node_modules\unbuild\dist\cli.mjs"

image

It looks like some directories in node_modules are just empty

Additional information

Clearing the cache resolved this issue