Closed mverkerk-godaddy closed 1 year ago
Unfortunately i rely on npm-registry-fetch
for fetching from npm using npm configuration. Your best bet would be to open an issue on that project: https://github.com/npm/npm-registry-fetch
However, I am currently holding of upgrading to the latest version of npm-registry-fetch since it is esm-only and that causes some problems. So it would only work if they also patched it on their v14.
Wait, I got confused. There is nothing holding me back from upgrading npm-registry-fetch. So if they could parse your config file, it would also be possible to implement it in this extension.
In my
~/.npmrc
file, I am setting the_auth
token for my registry with an environment variable, like so:It seems that this is not supported as I get messages saying "Dependency not found" but when i replace the variable with the actual auth token, the extension works ... our tokens are regularly rotated, hence the env variable ...
Is there any way you can add support for this?