Files
bun.sh/test/regression
Claude Bot dec649cf4c Add regression test for ~/.npmrc not being read during bun install
This test demonstrates that bun install does not read configuration from
~/.npmrc, only from local .npmrc files. The bug is caused by incorrect
path construction when trying to load the user's npmrc file.

The test covers:
- Registry configuration from ~/.npmrc
- Cache directory configuration from ~/.npmrc
- Local .npmrc properly overriding ~/.npmrc (once fixed)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-12 23:02:40 +00:00
..