Files
bun.sh/test/cli/install/migration
Claude Bot 492a21fe1f Fix verdaccio IPv4/IPv6 binding issue and update snapshots
- Changed VerdaccioRegistry to bind to 0.0.0.0 instead of just port number
- This fixes IPv4/IPv6 mismatch where verdaccio bound only to IPv6 ::1
- Updated test snapshots to reflect relative lockfile URLs
- Added verdaccio.test.ts to verify registry connectivity

The root cause was that when verdaccio was started with just a port number,
it would bind to [::1]:PORT (IPv6 only), but bun's HTTP client would try
to connect to 127.0.0.1:PORT (IPv4), causing ConnectionRefused errors.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 07:08:05 +00:00
..