Answers for "npm err! unable to authenticate, need: basic realm="https://pkgsprodcus1.pkgs.visualstudio.com/""

0

npm install Unable to authenticate, need: Bearer authorization_uri

npm i -g vsts-npm-auth
vsts-npm-auth -config .npmrc
Posted by: Guest on September-03-2020
0

code E401 npm ERR! Unable to authenticate, need: Basic realm="https://pkgsprodcus1.pkgs.visualstudio.com/"

Use npm install --registry https://registry.npmjs.org instead of npm install
Posted by: Guest on July-07-2021

Code answers related to "npm err! unable to authenticate, need: basic realm="https://pkgsprodcus1.pkgs.visualstudio.com/""

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language