FortAwesome / angular-fontawesome

Official Angular component for Font Awesome 5+
https://fontawesome.com
MIT License
1.49k stars 152 forks source link

Npm Authentication Error #301

Closed heinrich-fresh closed 3 years ago

heinrich-fresh commented 3 years ago

Describe the problem

I followed the instructions to just install fontawesome free / pro but whether I try and install free or pro, I get the same error.
I tried adding the token for pro in the .npmrc file and also tried it in the npm config set but nothing works.

Error message: npm ERR! code E401 npm ERR! Unable to authenticate, need: Basic realm="https://npm.fontawesome.com/",service="npm.fontawesome.com"

What did you expect?

It worked fine before. Seems that recently something changed in npm and now even free icons cannot be installed.

Reproducible test case

my npmrc file looks like this -> @fortawesome:registry=https://npm.fontawesome.com/ //npm.fontawesome.com/:_authToken=*****

heinrich-fresh commented 3 years ago

Duplicate of https://github.com/FortAwesome/Font-Awesome/issues/15846