You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found two conflicting mentions for .npmrc support in the documentation.
On the registry page, it says that:
Bun does not currently read .npmrc files. For private registries, migrate your registry configuration to bunfig.toml as documented above.
However, there is a whole page for .npmrc support here, with a conflicting mention:
Bun supports loading configuration options from .npmrc files, allowing you to reuse existing registry/scope configurations.
It seems the note was added in the commit 609f81a about a year ago. And when the docs/install/npmrc.md page was added more recently through commit cdc68a2 that mention was not removed appropriately
What is the type of issue?
Documentation is incorrect
What is the issue?
I found two conflicting mentions for
.npmrc
support in the documentation.On the registry page, it says that:
However, there is a whole page for
.npmrc
support here, with a conflicting mention:It seems the note was added in the commit 609f81a about a year ago. And when the
docs/install/npmrc.md
page was added more recently through commit cdc68a2 that mention was not removed appropriatelyWhere did you find it?
The first mention is made here: https://bun.sh/docs/install/registries#npmrc
And the second one can be found here: https://bun.sh/docs/install/npmrc
The text was updated successfully, but these errors were encountered: