Closed heinrich-fresh closed 3 years ago
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"
It worked fine before. Seems that recently something changed in npm and now even free icons cannot be installed.
my npmrc file looks like this -> @fortawesome:registry=https://npm.fontawesome.com/ //npm.fontawesome.com/:_authToken=*****
Duplicate of https://github.com/FortAwesome/Font-Awesome/issues/15846
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=*****