microsoftgraph / microsoft-graph-toolkit

Authentication Providers and UI components for Microsoft Graph 🦒
https://docs.microsoft.com/graph/toolkit/overview
Other
964 stars 309 forks source link

Installation requires Authentication #2925

Closed alexanderep-nvidia closed 11 months ago

alexanderep-nvidia commented 11 months ago

Hello

trying to install mgt-react

npm install @microsoft/mgt-react

I get error:

http fetch GET 401 https://microsoftit.pkgs.visualstudio.com/_packaging/Finance/npm/registry/@microsoft%2fmgt-react

sebastienlevert commented 11 months ago

You probably have a custom package source in your .npmrc like in this documentation: https://learn.microsoft.com/en-us/azure/devops/artifacts/npm/npmrc?view=azure-devops&tabs=windows%2Cclassic

We only publish to npm and you should not have this error. Please update your config to resolve this issue. Thanks!

alexanderep-nvidia commented 11 months ago

You are right! It was an artifact from some forgotten attempt to install other package from microsoft

Thank you very much for fast and exact response!