bun
bun copied to clipboard
add support for "link:" in package.json
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/
Possible duplicate of https://github.com/oven-sh/bun/issues/902?
link is a npm command, this is support "link:" in package.json
Thanks for clearing this up 🙏, thought they were related.