Skip to content

4.5.0

Compare
Choose a tag to compare
@Icaruk Icaruk released this 30 Jun 16:44
· 16 commits to main since this release

2024-06-30

New

  • Added .npmrc _authToken support. This feature allows to fetch private packages.
    image
    At the moment there are 2 files supported:

    • (✅ supported) per-project config file (/path/to/my/project/.npmrc)
    • (✅ supported) per-user config file (~/.npmrc)
    • (❌ unsupported) global config file ($PREFIX/etc/npmrc)
    • (❌ unsupported) npm builtin config file (/path/to/npm/npmrc)