Bun failed to remap this bin to its proper location within node_modules. #16961
Labels
bug
Something isn't working
bun install
Something that relates to the npm-compatible client
confirmed bug
We can reproduce this issue
What version of Bun is running?
1.2.2+c1708ea6a
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
Init repository with
bun init
, install electrobun with commandbun install electrobun
and try to run bunx electrobun.What is the expected behavior?
No response
What do you see instead?
bunx electrobun
error: could not create process
Bun failed to remap this bin to its proper location within node_modules.
This is an indication of a corrupted node_modules directory.
Please run 'bun install --force' in the project root and try
it again. If this message persists, please open an issue:
https://github.com/oven-sh/bun/issues
Additional information
No response
The text was updated successfully, but these errors were encountered: