Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check fails with FontAwesome #19

Open
MarMun opened this issue Nov 6, 2019 · 4 comments
Open

Check fails with FontAwesome #19

MarMun opened this issue Nov 6, 2019 · 4 comments

Comments

@MarMun
Copy link

MarMun commented Nov 6, 2019

command I run:
npm-consider install

Packages I use:
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/pro-light-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.8",

Error I get:
Error: Response is not ok 401 Unauthorized https://npm.fontawesome.com/@fortawesome%2ffontawesome-svg-core
at checkResponse (/usr/local/lib/node_modules/npm-consider/lib/getPackageDetails.js:26:9)
at process._tickCallback (internal/process/next_tick.js:68:7)

@F3WS
Copy link

F3WS commented Dec 18, 2020

Same, still an issue...

Error: Response is not ok 401 Unauthorized https://npm.fontawesome.com/@fortawesome%2fpro-light-svg-icons
at checkResponse (/usr/local/lib/node_modules/npm-consider/lib/getPackageDetails.js:26:9)
at processTicksAndRejections (internal/process/task_queues.js:93:5)

Error: Response is not ok 401 Unauthorized https://npm.fontawesome.com/@fortawesome%2ffontawesome-svg-core
at checkResponse (/usr/local/lib/node_modules/npm-consider/lib/getPackageDetails.js:26:9)
at processTicksAndRejections (internal/process/task_queues.js:93:5)

Error: Response is not ok 401 Unauthorized https://npm.fontawesome.com/@fortawesome%2fpro-solid-svg-icons
at checkResponse (/usr/local/lib/node_modules/npm-consider/lib/getPackageDetails.js:26:9)
at processTicksAndRejections (internal/process/task_queues.js:93:5)

Error: Response is not ok 401 Unauthorized https://npm.fontawesome.com/@fortawesome%2freact-fontawesome
at checkResponse (/usr/local/lib/node_modules/npm-consider/lib/getPackageDetails.js:26:9)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:93:5)

@brettz9
Copy link

brettz9 commented Dec 18, 2020

I'm not the maintainer, but it seems, as you can see in visiting the URLs in question, that you are using a registry which requires authentication. If you use the default of https://registry.npmjs.org for the registry, you might not have the problem.

@MarMun
Copy link
Author

MarMun commented Jan 8, 2021

using a registry which requires authentication.

Thats actually the case. I suggest to ignore registry in such a case (and warn about this in report)

@MarMun MarMun closed this as completed Jan 8, 2021
@MarMun
Copy link
Author

MarMun commented Jan 8, 2021

Sorry. Closed in error

@MarMun MarMun reopened this Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants