Hello,
When I run "npm install --save-dev @fortawesome/fontawesome-free",
NPM returns "401 Unauthorized: @fortawesome/fontawesome-free@latest" error.
Ubuntu 18.04.1
NPM 6.2.0
Thanks,
Hi!
Thanks for being part of the Font Awesome Community.
I cannot replicate
Are you a Font Awesome Pro user? Could you please check that your .npmrc
does not contain @fortawesome:registry=https://npm.fontawesome.com/
?
npm 6.2.0
node 10.8.0
osx
$ npm install --save-dev @fortawesome/fontawesome-free
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
+ @fortawesome/[email protected]
added 1 package from 6 contributors and audited 1 package in 2.104s
found 0 vulnerabilities
Hi,
Yes, I am a Pro user, and yes ~/.npmrc
did contain @fortawesome:registry=https://npm.fontawesome.com/
.
It worked after removing that line in .npmrc.
Thanks
Most helpful comment
Hi,
Yes, I am a Pro user, and yes
~/.npmrc
did contain@fortawesome:registry=https://npm.fontawesome.com/
.It worked after removing that line in .npmrc.
Thanks