mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
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>