You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Yarn is not able to install fontawesome because of 401 error. On navigating to the URL which has the tgz file, I get a basic auth dialog.
To Reproduce
My Yarn lock file has this entry:
"@fortawesome/fontawesome-free@^5.2.0":
version "5.10.1"
resolved "https://npm.fontawesome.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.10.1.tgz#dec28ee02c3fc51da46d53ce4da9d5787312fbd7"
integrity sha512-PYncBhgN1l02mwHmczukexmu4yRTjRDAAdcK62jdWSAW8epcnZ9K2win/7rMrffiv/c7XLVDA8vD+yi6WyvbGQ==
Expected behavior
Yarn should install FontAwesome
Bug report checklist
I have filled out as much of the above information as I can
I have included a test case because my odds go way up that the team can fix this when I do
If you are not a Pro customer or you were a Pro customer, you should switch from the private npm repo (npm.fontawesome.com) to the public pro repository (registry.yarnpkg.com or registry.npmjs.org according to your node package manager tool). In order to do that, please remove and reinstall font awesome packages
Even when I do yarn add @fortawesome/fontawesome-free, I get a 401 error as it is pointing to https://npm.fontawesome.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.10.1.tgz.
Describe the bug
Yarn is not able to install fontawesome because of 401 error. On navigating to the URL which has the tgz file, I get a basic auth dialog.
To Reproduce
My Yarn lock file has this entry:
Expected behavior
Yarn should install FontAwesome
Bug report checklist
The text was updated successfully, but these errors were encountered: