bun icon indicating copy to clipboard operation
bun copied to clipboard

Npm link equivalent

Open EladBezalel opened this issue 1 year ago • 1 comments

What is the problem this feature will solve?

a way to link between npm packages using an npm link like api

What is the feature you are proposing to solve the problem?

bun link

What alternatives have you considered?

No response

EladBezalel avatar Jul 28 '22 15:07 EladBezalel

yeah this would be nice

Jarred-Sumner avatar Jul 29 '22 20:07 Jarred-Sumner

v0.1.8

use bun link @iuser/ui work , but use bun i not work

error: DanglingSymlink "link:@iuser/ui" not found (try running 'bun link' in the intended package's folder)

devDependencies use "@iuser/ui": "link:../ui" is in package.json

image

usrtax avatar Aug 11 '22 09:08 usrtax

bun link is already implemented

xHyroM avatar Aug 27 '22 18:08 xHyroM

image

bun i not work with link:../_ in pacakge.json as image above

wacdev avatar Mar 15 '23 14:03 wacdev