Private NPM Registry config with $HOME/.npmrc and project/.npmrc
I'm trying to introduce Deno into my company that use Azure Npm Registry
Something missing with the config below. (That the configuration that work with NPM)
deno : 1.44.4
OS : macos 13.2.1
According to
But... We do not use secretToken.
Will
I mean implement
Will
Password inside $HOME/.npmrc and registry configuration inside project/.npmrc ?
Thanks for reading.
Something missing with the config below. (That the configuration that work with NPM)
My configuration
deno : 1.44.4
OS : macos 13.2.1
$HOME/.npmrc
project/.npmrc
The problem
According to
deno doc we have to change the project/.npmrc or the $HOME/.npmrc like : But... We do not use secretToken.
Request
Will
deno follow .npmrc convention for private NPM registry ? I mean implement
username _password like NPM binary does.Will
deno will handle multiple .npmrc configuration like our ? Password inside $HOME/.npmrc and registry configuration inside project/.npmrc ?
Thanks for reading.
