Files
bun.sh/test/cli/install
Claude Bot 94740e0fb0 Implement --linker flag for bun install
Add support for --linker flag to set node_linker strategy:
- `bun install --linker isolated` forces isolated node linker
- `bun install --linker hoisted` forces hoisted node linker

Changes:
- Add --linker CLI flag parsing with validation
- Store CLI node_linker override in PackageManagerOptions
- Apply CLI override in two locations where lockfile is initialized
- Add comprehensive tests for flag validation and functionality
- Update help text with examples

The CLI flag takes precedence over package.json and lockfile settings,
ensuring consistent behavior across different project configurations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 13:15:48 +00:00
..
2023-10-12 15:17:03 -07:00