Improve DX for bun link
#2686
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?
0.5.9
What platform is your computer?
Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
bun link .
in a cli app based project.What is the expected behavior?
Should work like
npm link .
What do you see instead?
Additional information
Also when I use
bun link
, it works, but it logs as this:Notice that
\"reejs\"
? it should be either"reejs"
orreejs
.The text was updated successfully, but these errors were encountered: