You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, why I want to install bun as a dependency? To run bun test from package.json scripts even if I'm not using bun as a package manager (at least for now :)).
Run on Windows machine:
pnpm add -D bun
pnpm bun, then I get the error:
After closing the dialog, there is Access is denied. in the console output.
To get it woking, I had to install @oven/bun-windows-x64
pnpm rm -D bun
pnpm add -D @oven/bun-windows-x64
pnpm bun will work now.
It didn't worked when I had both bun and @oven/bun-windows-x64 installed as dependencies.
Context
Aside from that,
I have bun installed globally on my machine via winget install --id Oven-sh.Bun
What version of Bun is running?
Installed via PNPM: "bun": "1.2.4",
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
What steps can reproduce the bug?
First, why I want to install bun as a dependency? To run
bun test
frompackage.json
scripts even if I'm not using bun as a package manager (at least for now :)).Run on Windows machine:
pnpm add -D bun
pnpm bun
, then I get the error:Access is denied.
in the console output.To get it woking, I had to install
@oven/bun-windows-x64
pnpm rm -D bun
pnpm add -D @oven/bun-windows-x64
pnpm bun
will work now.It didn't worked when I had both
bun
and@oven/bun-windows-x64
installed as dependencies.Context
Aside from that,
I have
bun
installed globally on my machine viawinget install --id Oven-sh.Bun
Tested inside pnpm workspace
During installation of
bun
, these binaries were downloaded:Then, when I replaced it with
@oven/bun-windows-x64
, pnpm haven't downloaded any new binaries.The text was updated successfully, but these errors were encountered: