bun icon indicating copy to clipboard operation
bun copied to clipboard

add support for "link:" in package.json

Open usrtax opened this issue 3 years ago • 1 comments

What is the problem this feature will solve?

❯ cat package.json|rg link
    "@iuser/ui": "link:../ui",

❯ bun i
[0.05ms] ".env"
bun install v0.1.6
error: Unsupported dependency type symlink for "link:../ui"

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

use like pnpm or yarn

see https://docs.npmjs.com/cli/v8/commands/npm-link/

usrtax avatar Aug 06 '22 04:08 usrtax

Possible duplicate of https://github.com/oven-sh/bun/issues/902?

filiptronicek avatar Aug 07 '22 11:08 filiptronicek

link is a npm command, this is support "link:" in package.json

usrtax avatar Aug 08 '22 07:08 usrtax

Thanks for clearing this up 🙏, thought they were related.

filiptronicek avatar Aug 08 '22 07:08 filiptronicek