ado-npm-auth
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "ado-npm-auth", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "The ado-npm-auth package can automatically use the azureauth CLI to fetch tokens and update a user's .npmrc file for authenticating to ADO package feeds.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/microsoft/ado-npm-auth", |
@@ -15,10 +15,2 @@ # Azure Devops NPM Auth | ||
## Beware the chicken and egg problem | ||
You may need to set the registry to the public NPM feed when running `npm exec` or `npx`. | ||
If that's the case, set the environment variable `npm_config_registry=https://registry.npmjs.org`. | ||
That will ensure that `npx` or `npm exec` grabs from the public NPM feed, bypassing the soon-to-be authenticated ADO feed. | ||
## ado-npm-auth vs vsts-npm-auth | ||
@@ -25,0 +17,0 @@ |
2462008
36